Show
Ignore:
Timestamp:
06/12/08 21:52:13 (6 months ago)
Author:
eugene
Message:

Merged r6273 from trunk.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/qt4-gui_group/src/contactlist/maincontactlistproxy.cpp

    r5957 r6275  
    5959 
    6060      // Filter empty groups in threaded view 
    61       if (myThreadedView && !Config::ContactList::instance()->showEmptyGroups()) 
     61      // Filter "Other users" (id 0) when empty regardless of configuration 
     62      if (myThreadedView && 
     63          (!Config::ContactList::instance()->showEmptyGroups() || 
     64          item.data(ContactListModel::GroupIdRole).toUInt() == 0)) 
    6265      { 
    6366        // Check for empty groups