Show
Ignore:
Timestamp:
06/17/08 02:17:20 (6 months ago)
Author:
flynd
Message:

Don't swap groups All Users and Other Users in some parts of GUI.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt4-gui/src/core/licqgui.cpp

    r6283 r6318  
    748748  { 
    749749    if (group == 0) 
    750       return removeUserFromList(id, ppid, parent); 
     750      return true; 
    751751    else 
    752752    { 
     
    775775  { 
    776776    if (group == 0) 
    777       return true; 
     777      return removeUserFromList(id, ppid, parent); 
    778778    ICQUser* u = gUserManager.FetchUser(id.toLatin1(), ppid, LOCK_W); 
    779779    if (u == NULL)