]> git.sesse.net Git - vlc/commitdiff
Qt: fix DVD MRL generation
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 23 Nov 2011 17:32:45 +0000 (19:32 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 23 Nov 2011 17:32:45 +0000 (19:32 +0200)
I must be missing something here... oh well.

modules/gui/qt4/components/open_panels.cpp

index daef241dce1ba3b36dcdf24bc275baf0885adbd2..5866a05b79c18f125cc6f8061c57c2e00a1f6958 100644 (file)
@@ -442,7 +442,7 @@ void DiscOpenPanel::updateButtons()
         ui.diskOptionBox_2->show();
         ui.dvdsimple->setEnabled( true );
     }
-    if ( ui.bdRadioButton->isChecked() )
+    else if ( ui.bdRadioButton->isChecked() )
     {
         if( m_discType != BRD )
         {