From 5216dade7b720f80e96564cfa0e97f0459b71a2d Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 17 Aug 2010 20:38:12 +0000 Subject: [PATCH] Hide the Phonon-widget per default, otherwise it will temporary be shown during the startup svn path=/trunk/KDE/kdebase/apps/; revision=1164877 --- src/panels/information/informationpanelcontent.cpp | 1 + 1 file changed, 1 insertion(+) 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())); -- 2.47.3