From: Peter Penz Date: Tue, 17 Aug 2010 20:38:12 +0000 (+0000) Subject: Hide the Phonon-widget per default, otherwise it will temporary be shown during the... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/5216dade7b720f80e96564cfa0e97f0459b71a2d?ds=inline Hide the Phonon-widget per default, otherwise it will temporary be shown during the startup svn path=/trunk/KDE/kdebase/apps/; revision=1164877 --- 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()));