diff options
| author | Peter Penz <[email protected]> | 2010-08-17 20:38:12 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-08-17 20:38:12 +0000 |
| commit | 5216dade7b720f80e96564cfa0e97f0459b71a2d (patch) | |
| tree | dbe2e44ad3820f933890f27043b25d02edb9d374 /src | |
| parent | 624ca2b320a79ac668f5562cad0f21c32ab9a83e (diff) | |
Hide the Phonon-widget per default, otherwise it will temporary be shown during the startup
svn path=/trunk/KDE/kdebase/apps/; revision=1164877
Diffstat (limited to 'src')
| -rw-r--r-- | src/panels/information/informationpanelcontent.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panels/information/informationpanelcontent.cpp b/src/panels/information/informationpanelcontent.cpp index 31128bafe..a4d0bca84 100644 --- a/src/panels/information/informationpanelcontent.cpp +++ b/src/panels/information/informationpanelcontent.cpp @@ -87,6 +87,7 @@ InformationPanelContent::InformationPanelContent(QWidget* parent) : m_preview->setMinimumHeight(KIconLoader::SizeEnormous); m_phononWidget = new PhononWidget(parent); + m_phononWidget->hide(); m_phononWidget->setMinimumWidth(minPreviewWidth); connect(m_phononWidget, SIGNAL(playingStarted()), this, SLOT(slotPlayingStarted())); |
