[vlc-commits] Qt: fix open dvdsimple.
Jean-Baptiste Kempf
git at videolan.org
Sat Jan 28 13:40:51 CET 2012
vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jan 28 13:25:04 2012 +0100| [8d26a0e70ef8de7c8e6cf60efc429a3405aad990] | committer: Jean-Baptiste Kempf
Qt: fix open dvdsimple.
Close #5935
(cherry picked from commit 4b77fc558acc1d5ff3fa80e0dd807d08284fac62)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=8d26a0e70ef8de7c8e6cf60efc429a3405aad990
---
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 02f54c2..82b1f7c 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