[kopete-bugs] [Bug 166465] Gadu-Gadu protocol crashes Kopete

owner at bugs.kde.org owner at bugs.kde.org
Sat Jul 26 13:40:56 CEST 2008


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=166465         




------- Additional Comments From kamil mrblur net  2008-07-26 13:40 -------
(From update of attachment 26418)
Index: protocols/gadu/gaducontactlist.cpp
===================================================================
--- protocols/gadu/gaducontactlist.cpp	(wersja 837988)
+++ protocols/gadu/gaducontactlist.cpp	(kopia robocza)
 @ -104,10 +104,10  @
			++stringIterator;
			++stringIterator;

-			if ( stringIterator != strList.end() ) {
+			if ( strList.count() >= 13 )
				cl.offlineTo = (*++stringIterator) ==
QString('0') ? false : true;
+			if ( strList.count() >= 14 )
				cl.landline  = (*++stringIterator);
-			}
		}
		else {
			 cl.email	= empty;


More information about the kopete-bugs mailing list