]> git.sesse.net Git - vlc/commitdiff
Qt: fix open dvdsimple.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 28 Jan 2012 12:25:04 +0000 (13:25 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 28 Jan 2012 12:25:04 +0000 (13:25 +0100)
Close #5935

modules/gui/qt4/components/open_panels.cpp

index 08b559841cc8ffbd20f3079774024ebcea88d5c8..809e08d1c0c9209d550bb63d02bcf04f9c27c1b0 100644 (file)
@@ -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 */