]> git.sesse.net Git - vlc/commitdiff
Compile Fix. Sorry, I messed up with Git...
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 7 Aug 2008 19:58:17 +0000 (12:58 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 7 Aug 2008 21:43:17 +0000 (14:43 -0700)
modules/gui/qt4/components/open_panels.cpp

index e76af5ca605a47ce7f44ea0779905e4bca8aa78d..51ea9959b454404c07d6e4d77e6ee07802249e33 100644 (file)
@@ -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 );