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

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/protocols/oscar/liboscar
From:       Roman Jarosz <kedgedev () gmail ! com>
Date:       2009-10-29 22:09:24
Message-ID: 1256854164.422051.20914.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1042494 by rjarosz:

Fix bug 209671: Kopete crashes on reconnect.

BUG: 209671



 M  +1 -1      client.cpp  


--- trunk/KDE/kdenetwork/kopete/protocols/oscar/liboscar/client.cpp #1042493:1042494
@@ -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