]> git.sesse.net Git - vlc/commitdiff
Fix MRL generation for open dialog in order to stream. (#1575)
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 29 Jul 2008 19:06:53 +0000 (12:06 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 29 Jul 2008 19:06:53 +0000 (12:06 -0700)
modules/gui/qt4/dialogs/open.cpp

index f4ded0ce7473096384981f462e59b12cfb29de29..143e9df7a5a6b0f8d4305e2ce92663e67952591d 100644 (file)
@@ -337,7 +337,7 @@ void OpenDialog::stream( bool b_transcode_only )
 {
     mrl = ui.advancedLineInput->text();
     toggleVisible();
-    THEDP->streamingDialog( this, mrl, b_transcode_only );
+    THEDP->streamingDialog( this, SeparateEntries( mrl )[0], b_transcode_only );
 }
 
 /* Update the MRL */