[vlc-devel] commit: Compile Fix. Sorry, I messed up with Git... (Jean-Baptiste Kempf )

git version control git at videolan.org
Thu Aug 7 23:40:46 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Aug  7 12:58:17 2008 -0700| [65e6b3354c251e07ec1090c08ed3bad72818277a] | committer: Jean-Baptiste Kempf 

Compile Fix. Sorry, I messed up with Git...

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

 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 e76af5c..51ea995 100644
--- a/modules/gui/qt4/components/open_panels.cpp
+++ b/modules/gui/qt4/components/open_panels.cpp
@@ -1057,6 +1057,7 @@ void CaptureOpenPanel::updateButtons()
             bdaBandBox->show();
             bdaBandLabel->show();
         }
+        setfillVLCConfigCombo( "dvb-bandwidth", p_intf, bdaBandBox );
         break;
     case DSHOW_DEVICE:
         {
@@ -1078,7 +1079,6 @@ void CaptureOpenPanel::updateButtons()
     case DVB_DEVICE:
         if( dvbs->isChecked() ) dvbFreq->setSuffix(" kHz");
         if( dvbc->isChecked() || dvbt->isChecked() ) dvbFreq->setSuffix(" Hz");
-        setfillVLCConfigCombo( "dvb-bandwidth", p_intf, bdaBandBox );
         break;
     case PVR_DEVICE:
         setfillVLCConfigCombo( "pvr-norm", p_intf, pvrNormBox );




More information about the vlc-devel mailing list