Show
Ignore:
Timestamp:
04/05/08 17:49:38 (8 months ago)
Author:
flynd
Message:

Hidden groups are not kept sorted so system groups may need to be resorted when we leave threaded view.

Files:
1 modified

Legend:

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

    r5938 r6125  
    107107      // Turn off group filtering first, otherwise we cannot switch from threaded view to a system group 
    108108      dynamic_cast<MainContactListProxy*>(myListProxy)->setThreadedView(false); 
     109 
     110      // Hidden groups may not be sorted, force a resort just in case 
     111      resort(); 
    109112    } 
    110113  }