Show
Ignore:
Timestamp:
04/17/08 02:31:00 (8 months ago)
Author:
flynd
Message:

Main window also needs to be updated when groups are changed.

Location:
trunk/qt4-gui/src/core
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt4-gui/src/core/groupmenu.cpp

    r6153 r6154  
    3131 
    3232#include "licqgui.h" 
     33#include "mainwin.h" 
    3334#include "messagebox.h" 
    3435 
     
    141142  // Daemon doesn't notify us when groups change so notify model from here 
    142143  LicqGui::instance()->contactList()->reloadAll(); 
     144  LicqGui::instance()->mainWindow()->updateGroups(); 
    143145} 
    144146 
     
    150152  // Daemon doesn't notify us when groups change so notify model from here 
    151153  LicqGui::instance()->contactList()->reloadAll(); 
     154  LicqGui::instance()->mainWindow()->updateGroups(); 
    152155} 
    153156 
     
    165168  // Daemon doesn't notify us when groups change so notify model from here 
    166169  LicqGui::instance()->contactList()->reloadAll(); 
     170  LicqGui::instance()->mainWindow()->updateGroups(); 
    167171} 
    168172 
  • trunk/qt4-gui/src/core/mainwin.cpp

    r6152 r6154  
    769769    LicqGui::instance()->contactList()->reloadAll(); 
    770770    myUserView->updateRootIndex(); 
    771     myUserView->expandGroups(); 
    772771 
    773772    // update group list in user and system menus