- Timestamp:
- 06/12/08 21:52:13 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/qt4-gui_group/src/contactlist/maincontactlistproxy.cpp
r5957 r6275 59 59 60 60 // 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)) 62 65 { 63 66 // Check for empty groups
