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

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/protocols/wlm
From:       Tiago Salem Herrmann <tiagosh () gmail ! com>
Date:       2008-11-25 13:27:21
Message-ID: 1227619641.649413.6858.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 888910 by salem:

- do not add to contact list disabled users


 M  +2 -2      wlmaccount.cpp  


--- trunk/KDE/kdenetwork/kopete/protocols/wlm/wlmaccount.cpp #888909:888910
@@ -600,8 +600,8 @@
             // no groups, add to top level
             if (!b->groups.size ())
             {
-                // only add users in forward list
-                if (b->lists & MSN::LST_AB)
+                // only add users in forward list and messenger users
+                if (b->lists & MSN::LST_AB && b->properties["isMessengerUser"] == \
"true" )  {
                     metacontact = addContact (b->userName.c_str (), QString(), 0L, \
Kopete::Account::DontChangeKABC);  


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

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