Changeset 6154 for trunk/qt4-gui/src/core
- Timestamp:
- 04/17/08 02:31:00 (8 months ago)
- Location:
- trunk/qt4-gui/src/core
- Files:
-
- 2 modified
-
groupmenu.cpp (modified) (4 diffs)
-
mainwin.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/core/groupmenu.cpp
r6153 r6154 31 31 32 32 #include "licqgui.h" 33 #include "mainwin.h" 33 34 #include "messagebox.h" 34 35 … … 141 142 // Daemon doesn't notify us when groups change so notify model from here 142 143 LicqGui::instance()->contactList()->reloadAll(); 144 LicqGui::instance()->mainWindow()->updateGroups(); 143 145 } 144 146 … … 150 152 // Daemon doesn't notify us when groups change so notify model from here 151 153 LicqGui::instance()->contactList()->reloadAll(); 154 LicqGui::instance()->mainWindow()->updateGroups(); 152 155 } 153 156 … … 165 168 // Daemon doesn't notify us when groups change so notify model from here 166 169 LicqGui::instance()->contactList()->reloadAll(); 170 LicqGui::instance()->mainWindow()->updateGroups(); 167 171 } 168 172 -
trunk/qt4-gui/src/core/mainwin.cpp
r6152 r6154 769 769 LicqGui::instance()->contactList()->reloadAll(); 770 770 myUserView->updateRootIndex(); 771 myUserView->expandGroups();772 771 773 772 // update group list in user and system menus
