[vlc-devel] commit: Fix MRL generation for open dialog in order to stream. (#1575) ( Jean-Baptiste Kempf )

git version control git at videolan.org
Tue Jul 29 21:04:37 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jul 29 12:06:53 2008 -0700| [f9e4aada6337d7c419c8a7d36e359626a39a4390]

Fix MRL generation for open dialog in order to stream. (#1575)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f9e4aada6337d7c419c8a7d36e359626a39a4390
---

 modules/gui/qt4/dialogs/open.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/dialogs/open.cpp b/modules/gui/qt4/dialogs/open.cpp
index f4ded0c..143e9df 100644
--- a/modules/gui/qt4/dialogs/open.cpp
+++ b/modules/gui/qt4/dialogs/open.cpp
@@ -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 */




More information about the vlc-devel mailing list