[vlc-devel] commit: Close the dialogs podcast configuration when click on close... ( Jean-Baptiste Kempf )

git version control git at videolan.org
Wed Aug 13 00:36:16 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Aug 12 15:38:13 2008 -0700| [f622155e79ffc1deed8eba267627dd2e9760dca6] | committer: Jean-Baptiste Kempf 

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

lol and thanks Sephiroth!

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f622155e79ffc1deed8eba267627dd2e9760dca6
---

 modules/gui/qt4/dialogs/podcast_configuration.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/dialogs/podcast_configuration.cpp b/modules/gui/qt4/dialogs/podcast_configuration.cpp
index b49ef97..de509a3 100644
--- a/modules/gui/qt4/dialogs/podcast_configuration.cpp
+++ b/modules/gui/qt4/dialogs/podcast_configuration.cpp
@@ -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 )




More information about the vlc-devel mailing list