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

List:       kopete-devel
Subject:    [Kopete-devel] [PATCH] KMMFactory bugfix
From:       Andres Krapf <dae () chez ! com>
Date:       2002-04-29 12:33:10
[Download RAW message or body]

patch attached... fixes an indefinite loop.

cheers,

-- 
Andres
["kmmfactory.patch" (text/x-diff)]

Index: libkopete/kopetemessagemanagerfactory.cpp
===================================================================
RCS file: /home/kde/kdenonbeta/kopete/libkopete/kopetemessagemanagerfactory.cpp,v
retrieving revision 1.7
diff -u -r1.7 kopetemessagemanagerfactory.cpp
--- libkopete/kopetemessagemanagerfactory.cpp	27 Apr 2002 09:15:09 -0000	1.7
+++ libkopete/kopetemessagemanagerfactory.cpp	29 Apr 2002 12:25:18 -0000
@@ -42,7 +42,7 @@
 			kdDebug() << "[KopeteMessageManagerFactory] User match, looking session members" << endl;	
 			KopeteContact *tmp_contact;
 			KopeteContactList contactlist = tmp->contacts();
-            for (  tmp_contact = contactlist.first(); tmp ; tmp_contact = contactlist.next() )
+            for (  tmp_contact = contactlist.first(); tmp_contact ; tmp_contact = contactlist.next() )
 			{
 				if ( !contacts.containsRef( tmp_contact ) )
 				{

_______________________________________________
Kopete-devel mailing list
Kopete-devel@mail.kde.org
http://mail.kde.org/mailman/listinfo/kopete-devel

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

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