Fix CurrentTrack-Applets-Config
Leo Franchi
lfranchi at gmail.com
Mon Dec 31 20:15:24 CET 2007
On Dec 31, 2007, at 12:58 PM, Lukas Appelhans wrote:
> 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?
yes, that looks good. go for it :)
leo
> Cheers
>
> Lukas
> _______________________________________________
> Amarok-devel mailing list
> Amarok-devel at kde.org
> https://mail.kde.org/mailman/listinfo/amarok-devel
More information about the Amarok-devel
mailing list