[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/4.3/kdenetwork/kopete/protocols/oscar/liboscar
From:       Roman Jarosz <kedgedev () gmail ! com>
Date:       2009-10-30 0:16:14
Message-ID: 1256861774.498259.10236.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1042520 by rjarosz:

Backport commit 1042494.
Fix bug 209671: Kopete crashes on reconnect.
 
CCBUG: 209671



 M  +1 -1      client.cpp  


--- branches/KDE/4.3/kdenetwork/kopete/protocols/oscar/liboscar/client.cpp \
#1042519:1042520 @@ -1405,7 +1405,7 @@
 void Client::sendTyping( const QString & contact, bool typing )
 {
 	Connection* c = d->connections.connectionForFamily( 0x0004 );
-	if ( !c )
+	if ( !c || !d->active )
 		return;
 	d->typingNotifyTask->setParams( contact, ( typing ? TypingNotifyTask::Begin : \
TypingNotifyTask::Finished ) );  d->typingNotifyTask->go(); 	// don't delete the task \
after sending


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic