Show
Ignore:
Timestamp:
05/10/08 22:38:06 (7 months ago)
Author:
flynd
Message:

Updated root index of view after model has been reset since the group index have been recreated.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt4-gui/src/views/userview.cpp

    r6152 r6188  
    6161  connect(Config::ContactList::instance(), SIGNAL(currentListChanged()), SLOT(updateRootIndex())); 
    6262  connect(Config::ContactList::instance(), SIGNAL(listSortingChanged()), SLOT(resort())); 
    63   connect(myContactList, SIGNAL(modelReset()), SLOT(expandGroups())); 
     63  connect(myContactList, SIGNAL(modelReset()), SLOT(updateRootIndex())); 
    6464} 
    6565