Changeset 6265
- Timestamp:
- 06/11/08 10:17:39 (4 months ago)
- Location:
- branches/qt4-gui_group/src
- Files:
-
- 2 modified
-
core/usermenu.cpp (modified) (1 diff)
-
views/userviewbase.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/qt4-gui_group/src/core/usermenu.cpp
r6259 r6265 615 615 { 616 616 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 287 287 { 288 288 gUserManager.AddUserToGroup(dropId.toLatin1(), dropPpid, gid); 289 myContactList->updateUser(dropId.toLatin1(), dropPpid);290 289 } 291 290 }
