Changeset 6126 for trunk/qt4-gui/src/config
- Timestamp:
- 04/05/08 17:59:07 (8 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/config/contactlist.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/config/contactlist.cpp
r5939 r6126 375 375 void Config::ContactList::setGroupState(unsigned short group, bool expanded) 376 376 { 377 if(group > 31) 378 group = 31; 379 377 380 if (expanded) 378 381 myGroupStates |= (1 << group);
