(trunk qt) ensure that the sort mode is applied correctly on startup

This commit is contained in:
Charles Kerr 2009-04-11 04:35:51 +00:00
parent f4dde1eb67
commit c2debd3b6d
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ TorrentFilter :: TorrentFilter( Prefs& prefs ):
mySortMode( getSortModeFromName( prefs.getString( Prefs::SORT_MODE ) ) ),
myIsAscending( prefs.getBool( Prefs::SORT_REVERSED ) )
{
resort( );
}
TorrentFilter :: ~TorrentFilter( )