Commit f622155e authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Close the dialogs podcast configuration when click on close...

lol and thanks Sephiroth!
parent 721758e7
......@@ -42,6 +42,7 @@ PodcastConfigDialog::PodcastConfigDialog( QWidget *parent, intf_thread_t *_p_int
CONNECT( ui.podcastAdd, clicked(), this, add() );
CONNECT( ui.podcastDelete, clicked(), this, remove() );
CONNECT( okButton, clicked(), this, close() );
char *psz_urls = config_GetPsz( p_intf, "podcast-urls" );
if( psz_urls )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment