1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 06:07:37 +02:00

* Fixed filter behaviour.

This commit is contained in:
Christian Muehlhaeuser
2011-09-05 03:52:41 +02:00
parent 1c3b3e9173
commit 52c0e9993b
3 changed files with 21 additions and 1 deletions

View File

@@ -630,7 +630,7 @@ ViewManager::updateView()
connect( currentPlaylistInterface()->object(), SIGNAL( shuffleModeChanged( bool ) ),
SIGNAL( shuffleModeChanged( bool ) ) );
// m_topbar->setFilter( currentPlaylistInterface()->filter() );
m_infobar->setFilter( currentPlaylistInterface()->filter() );
}
if ( currentPage()->showStatsBar() && currentPlaylistInterface() )