Fix CurrentTrack-Applets-Config
Lukas Appelhans
l.appelhans at gmx.de
Mon Dec 31 19:58:31 CET 2007
Hi everyone!
This fixes the layout of the CurrentTrack-Applet:
Index: src/context/applets/currenttrack/CurrentTrack.cpp
===================================================================
--- src/context/applets/currenttrack/CurrentTrack.cpp (revision 755226)
+++ src/context/applets/currenttrack/CurrentTrack.cpp (working copy)
@@ -231,6 +231,7 @@
m_config->setCaption( i18n( "Configure Current Track Applet" ) );
QWidget* widget = new QWidget( m_config );
+ m_config->setMainWidget(widget);
m_config->setButtons( KDialog::Ok | KDialog::Cancel |
KDialog::Apply );
connect( m_config, SIGNAL(applyClicked()), this,
SLOT(configAccepted()) );
connect( m_config, SIGNAL(okClicked()), this,
SLOT(configAccepted()) );
Ok to commit?
Cheers
Lukas
More information about the Amarok-devel
mailing list