[vlc-commits] Qt: fix open dvdsimple.
Jean-Baptiste Kempf
git at videolan.org
Sat Jan 28 13:25:42 CET 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jan 28 13:25:04 2012 +0100| [4b77fc558acc1d5ff3fa80e0dd807d08284fac62] | committer: Jean-Baptiste Kempf
Qt: fix open dvdsimple.
Close #5935
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4b77fc558acc1d5ff3fa80e0dd807d08284fac62
---
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 08b5598..809e08d 100644
--- a/modules/gui/qt4/components/open_panels.cpp
+++ b/modules/gui/qt4/components/open_panels.cpp
@@ -513,7 +513,7 @@ void DiscOpenPanel::updateMRL()
if( !ui.dvdsimple->isChecked() )
mrl = "dvd://" LOCALHOST;
else
- mrl = "dvdsimple://" LOCALHOST + discPath;
+ mrl = "dvdsimple://" LOCALHOST;
} else if ( ui.bdRadioButton->isChecked() )
mrl = "bluray://" LOCALHOST;
/* VCD */
More information about the vlc-commits
mailing list