Changeset 6311
- Timestamp:
- 06/15/08 00:45:44 (4 months ago)
- Location:
- trunk/qt4-gui/src
- Files:
-
- 2 modified
-
contactlist/contactlist.cpp (modified) (1 diff)
-
views/userview.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/contactlist/contactlist.cpp
r6309 r6311 109 109 { 110 110 unsigned short gid = sig->Argument(); 111 112 // Set inital expanded state for new group 113 Config::ContactList::instance()->setGroupState(gid, true); 114 111 115 ContactGroup* newGroup = createGroup(gid); 112 113 116 beginInsertRows(QModelIndex(), myUserGroups.size(), myUserGroups.size()); 114 117 myUserGroups.append(newGroup); -
trunk/qt4-gui/src/views/userview.cpp
r6310 r6311 181 181 spanRowRange(parent, start, end); 182 182 UserViewBase::rowsInserted(parent, start, end); 183 184 // If we just got a new group we may want to expand it 185 if (!parent.isValid()) 186 expandGroups(); 183 187 } 184 188
