Changeset 6265

Show
Ignore:
Timestamp:
06/11/08 10:17:39 (4 months ago)
Author:
eugene
Message:

Removed self updates for actions which generate signal from the daemon itself.

Location:
branches/qt4-gui_group/src
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/qt4-gui_group/src/core/usermenu.cpp

    r6259 r6265  
    615615{ 
    616616  gUserManager.AddUserToGroup(myId.toLatin1(), myPpid, action->data().toUInt()); 
    617  
    618   // The daemon does not send an update when group membership changes 
    619   // so tell the contactList it needs to update 
    620   LicqGui::instance()->contactList()->updateUser(myId, myPpid); 
    621 } 
     617} 
  • branches/qt4-gui_group/src/views/userviewbase.cpp

    r6193 r6265  
    287287        { 
    288288          gUserManager.AddUserToGroup(dropId.toLatin1(), dropPpid, gid); 
    289           myContactList->updateUser(dropId.toLatin1(), dropPpid); 
    290289        } 
    291290      }