[vlc-devel] commit: Fixed MRL update on dvb bandwidth modification. (Laurent Aimar )

git version control git at videolan.org
Fri May 1 17:17:32 CEST 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Fri May  1 17:16:57 2009 +0200| [1361fbe43a0e585638fc968507e434c774c5a94f] | committer: Laurent Aimar 

Fixed MRL update on dvb bandwidth modification.

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

 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 03e629d..4b5d2f3 100644
--- a/modules/gui/qt4/components/open_panels.cpp
+++ b/modules/gui/qt4/components/open_panels.cpp
@@ -1040,6 +1040,7 @@ void CaptureOpenPanel::initialize()
     CuMRL( dvbCard, valueChanged ( int ) );
     CuMRL( dvbFreq, valueChanged ( int ) );
     CuMRL( dvbSrate, valueChanged ( int ) );
+    CuMRL( dvbBandBox, activated ( int ) );
 
     BUTTONACT( dvbs, updateButtons() );
     BUTTONACT( dvbt, updateButtons() );




More information about the vlc-devel mailing list