1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-30 19:00:12 +02:00

* Removed InfoBar from welcome page.

This commit is contained in:
Christian Muehlhaeuser
2011-08-01 04:52:58 +02:00
parent 7ee6db41d6
commit 37e77f4fd7
3 changed files with 3 additions and 0 deletions

View File

@@ -719,6 +719,7 @@ ViewManager::updateView()
else
m_topbar->setVisible( true );
m_infobar->setVisible( currentPage()->showInfoBar() );
m_infobar->setCaption( currentPage()->title() );
m_infobar->setDescription( currentPage()->description() );
m_infobar->setLongDescription( currentPage()->longDescription() );