Changeset 6353 for trunk/qt4-gui/src/contactlist/contactuserdata.cpp
- Timestamp:
- 06/21/08 04:00:10 (5 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/contactlist/contactuserdata.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/contactlist/contactuserdata.cpp
r6316 r6353 147 147 if (u != NULL) 148 148 { 149 // Group membership is handled by ContactList so send it a signal to update 150 emit updateUserGroups(this, u); 151 149 152 // No specific handling for this signal so reread everything from the daemon 150 153 updateAll(u); 151 152 // Group membership is handled by ContactList so send it a signal to update153 emit updateUserGroups(this, u);154 154 155 155 gUserManager.DropUser(u);
