Changeset 6318 for trunk/qt4-gui/src/core/licqgui.cpp
- Timestamp:
- 06/17/08 02:17:20 (6 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/core/licqgui.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/core/licqgui.cpp
r6283 r6318 748 748 { 749 749 if (group == 0) 750 return removeUserFromList(id, ppid, parent);750 return true; 751 751 else 752 752 { … … 775 775 { 776 776 if (group == 0) 777 return true;777 return removeUserFromList(id, ppid, parent); 778 778 ICQUser* u = gUserManager.FetchUser(id.toLatin1(), ppid, LOCK_W); 779 779 if (u == NULL)
