[vlc-devel] commit: Used currentIndexChanged for combo box changes (dvb). ( Laurent Aimar )
git version control
git at videolan.org
Fri May 1 17:19:42 CEST 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Fri May 1 17:19:17 2009 +0200| [2acdb2a6a6ac6248d8c4323f14176863cea47dde] | committer: Laurent Aimar
Used currentIndexChanged for combo box changes (dvb).
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2acdb2a6a6ac6248d8c4323f14176863cea47dde
---
modules/gui/qt4/components/open_panels.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/components/open_panels.cpp b/modules/gui/qt4/components/open_panels.cpp
index 4b5d2f3..25b7cf4 100644
--- a/modules/gui/qt4/components/open_panels.cpp
+++ b/modules/gui/qt4/components/open_panels.cpp
@@ -1040,7 +1040,7 @@ void CaptureOpenPanel::initialize()
CuMRL( dvbCard, valueChanged ( int ) );
CuMRL( dvbFreq, valueChanged ( int ) );
CuMRL( dvbSrate, valueChanged ( int ) );
- CuMRL( dvbBandBox, activated ( int ) );
+ CuMRL( dvbBandBox, currentIndexChanged ( int ) );
BUTTONACT( dvbs, updateButtons() );
BUTTONACT( dvbt, updateButtons() );
More information about the vlc-devel
mailing list