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

List:       kde-commits
Subject:    branches/KDE/4.3/kdenetwork/kopete/protocols/jabber
From:       Bruno Bigras <bigras.bruno () gmail ! com>
Date:       2009-10-28 16:35:09
Message-ID: 1256747709.835063.1130.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1041845 by bbigras:

Backport r993471 by bbigras from trunk to the 4.3 branch:

Fix the bug : Kopete can't fetch the vcard the first time a gtalk contact is added


 M  +2 -1      jabbercontact.cpp  


--- branches/KDE/4.3/kdenetwork/kopete/protocols/jabber/jabbercontact.cpp #1041844:1041845
@@ -117,7 +117,8 @@
 		 */
 		if ( account()->myself()->onlineStatus().isDefinitelyOnline() )
 		{
-			slotGetTimedVCard ();
+			mVCardUpdateInProgress = true;
+			QTimer::singleShot ( 1000, this, SLOT ( slotGetTimedVCard () ) );
 		}
 	}
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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