[vlc-commits] Qt: fix MRL update on Win32
Jean-Baptiste Kempf
git at videolan.org
Fri May 20 12:24:28 CEST 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri May 20 12:22:38 2011 +0200| [fad1e95448e27e23ad7a5d6ec4e827355e364d1a] | committer: Jean-Baptiste Kempf
Qt: fix MRL update on Win32
Should close #4810
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fad1e95448e27e23ad7a5d6ec4e827355e364d1a
---
modules/gui/qt4/components/open_panels.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/components/open_panels.cpp b/modules/gui/qt4/components/open_panels.cpp
index bbff73d..0b2c194 100644
--- a/modules/gui/qt4/components/open_panels.cpp
+++ b/modules/gui/qt4/components/open_panels.cpp
@@ -384,6 +384,7 @@ DiscOpenPanel::DiscOpenPanel( QWidget *_parent, intf_thread_t *_p_intf ) :
eject() );
CONNECT( ui.deviceCombo, editTextChanged( QString ), this, updateMRL());
+ CONNECT( ui.deviceCombo, currentIndexChanged( QString ), this, updateMRL());
CONNECT( ui.titleSpin, valueChanged( int ), this, updateMRL());
CONNECT( ui.chapterSpin, valueChanged( int ), this, updateMRL());
CONNECT( ui.audioSpin, valueChanged( int ), this, updateMRL());
More information about the vlc-commits
mailing list