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

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/protocols/groupwise
From:       Christian Ehrlicher <Ch.Ehrlicher () gmx ! de>
Date:       2008-05-20 20:10:13
Message-ID: 1211314213.727207.19204.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 810470 by chehrlic:

fix logic

 M  +1 -1      gwaccount.cpp  


--- trunk/KDE/kdenetwork/kopete/protocols/groupwise/gwaccount.cpp #810469:810470
@@ -1254,7 +1254,7 @@
 		if ( c )
 		{
 			// if the contact creation failed because it already exists on the server, don't delete it
-			if (!cct->statusCode() == NMERR_DUPLICATE_CONTACT )
+			if (cct->statusCode() != NMERR_DUPLICATE_CONTACT )
 			{
 				if ( c->metaContact()->contacts().count() == 1 )
 					Kopete::ContactList::self()->removeMetaContact( c->metaContact() );
[prev in list] [next in list] [prev in thread] [next in thread] 

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