[vlc-commits] Qt: fix DVD MRL generation

Rémi Denis-Courmont git at videolan.org
Wed Nov 23 18:33:07 CET 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Nov 23 19:32:45 2011 +0200| [055d7f3df9402ce6f74fce23dfad72edac9e77e5] | committer: Rémi Denis-Courmont

Qt: fix DVD MRL generation

I must be missing something here... oh well.

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

 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 daef241..5866a05 100644
--- a/modules/gui/qt4/components/open_panels.cpp
+++ b/modules/gui/qt4/components/open_panels.cpp
@@ -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 )
         {



More information about the vlc-commits mailing list