]> git.sesse.net Git - vlc/commitdiff
Close the dialogs podcast configuration when click on close...
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 12 Aug 2008 22:38:13 +0000 (15:38 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 12 Aug 2008 22:39:02 +0000 (15:39 -0700)
lol and thanks Sephiroth!

modules/gui/qt4/dialogs/podcast_configuration.cpp

index b49ef97997d8347ac4e77f8f0c5630e9455fcde9..de509a3951dc521ff50f81d6f0bb3e89e59c713b 100644 (file)
@@ -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 )