[vlc-commits] Qt: respect BD menu option when opening
Jean-Baptiste Kempf
git at videolan.org
Mon Apr 23 17:30:25 CEST 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Apr 23 17:28:56 2012 +0200| [c3f5043184787860f637b9603f3a7448cb0e7278] | committer: Jean-Baptiste Kempf
Qt: respect BD menu option when opening
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c3f5043184787860f637b9603f3a7448cb0e7278
---
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 0bcafc3..b369a39 100644
--- a/modules/gui/qt4/components/open_panels.cpp
+++ b/modules/gui/qt4/components/open_panels.cpp
@@ -452,6 +452,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