[vlc-commits] Qt: respect BD menu option when opening

Jean-Baptiste Kempf git at videolan.org
Mon Apr 23 17:32:37 CEST 2012


vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Apr 23 17:28:56 2012 +0200| [5afe66f6d2d046bf6d2317992d1ea0e86696ce7e] | committer: Jean-Baptiste Kempf

Qt: respect BD menu option when opening
(cherry picked from commit c3f5043184787860f637b9603f3a7448cb0e7278)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=5afe66f6d2d046bf6d2317992d1ea0e86696ce7e
---

 modules/gui/qt4/components/open_panels.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/components/open_panels.cpp b/modules/gui/qt4/components/open_panels.cpp
index d4b1d8f..b9724de 100644
--- a/modules/gui/qt4/components/open_panels.cpp
+++ b/modules/gui/qt4/components/open_panels.cpp
@@ -453,6 +453,7 @@ void DiscOpenPanel::updateButtons()
         {
             setDrive( psz_dvddiscpath );
             m_discType = BRD;
+            ui.dvdsimple->setChecked( !var_InheritBool( p_intf, "bluray-menu" ) );
         }
         ui.titleLabel->setText( qtr("Title") );
         ui.chapterLabel->hide();



More information about the vlc-commits mailing list