From kde-commits Sun Sep 09 15:45:38 2012 From: Laurent Montel Date: Sun, 09 Sep 2012 15:45:38 +0000 To: kde-commits Subject: KDE/kdenetwork/kopete/libkopete Message-Id: <20120909154538.5235FAC7CA () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=134720554613305 SVN commit 1315636 by mlaurent: it's a pointer M +1 -1 kopeteaccount.cpp --- trunk/KDE/kdenetwork/kopete/libkopete/kopeteaccount.cpp #1315635:1315636 @@ -344,7 +344,7 @@ kWarning(14010) << "You are not allowed to add yourself to the contact list. The addition of" << contactId << "to account" << accountId() << "will not take place."; } - return false; + return 0; } bool isTemporary = (mode == Temporary);