Changeset 6188
- Timestamp:
- 2008-05-10 22:38:06 (3 months ago)
- Files:
-
- trunk/qt4-gui/src/core/mainwin.cpp (modified) (1 diff)
- trunk/qt4-gui/src/views/userview.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/qt4-gui/src/core/mainwin.cpp
r6161 r6188 768 768 // needs to update 769 769 LicqGui::instance()->contactList()->reloadAll(); 770 myUserView->updateRootIndex();771 770 772 771 // update group list in user and system menus trunk/qt4-gui/src/views/userview.cpp
r6152 r6188 61 61 connect(Config::ContactList::instance(), SIGNAL(currentListChanged()), SLOT(updateRootIndex())); 62 62 connect(Config::ContactList::instance(), SIGNAL(listSortingChanged()), SLOT(resort())); 63 connect(myContactList, SIGNAL(modelReset()), SLOT( expandGroups()));63 connect(myContactList, SIGNAL(modelReset()), SLOT(updateRootIndex())); 64 64 } 65 65
