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

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/protocols/yahoo/libkyahoo
From:       Laurent Montel <montel () kde ! org>
Date:       2010-01-19 7:42:09
Message-ID: 1263886929.044354.25552.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1076959 by mlaurent:

Fix iterator


 M  +2 -2      client.cpp  


--- trunk/KDE/kdenetwork/kopete/protocols/yahoo/libkyahoo/client.cpp #1076958:1076959
@@ -596,12 +596,12 @@
 // **** Stealth Handling **** michaelacole
 void Client::processStealthQueue()
 {
-	for ( QStringList::ConstIterator it = d->unstealthedBuddies.begin(); it != \
d->unstealthedBuddies.end(); ++it ) +	for ( QStringList::ConstIterator it = \
d->unstealthedBuddies.constBegin(); it != d->unstealthedBuddies.constEnd(); ++it )  {
 		kDebug(YAHOO_RAW_DEBUG) << "unstealthed setting set on" << *it;
 	stealthContact( *it, Yahoo::StealthOffline , Yahoo::StealthNotActive );
 	}
-	for ( QStringList::ConstIterator it = d->stealthedBuddies.begin(); it != \
d->stealthedBuddies.end(); ++it ) +	for ( QStringList::ConstIterator it = \
d->stealthedBuddies.constBegin(); it != d->stealthedBuddies.constEnd(); ++it )  {
 		kDebug(YAHOO_RAW_DEBUG) << "stealthed setting set on" << *it ;
 	stealthContact( *it, Yahoo::StealthPermOffline , Yahoo::StealthActive );


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

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