vlc | branch: master | Rémi Denis-Courmont <[email protected]> | 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 )
         {

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to