From 3cc84c2b554d6d41699fa43149ea0f4b5ff2b6d3 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Sun, 17 May 2009 03:13:08 +0200 Subject: [PATCH] Qt: correctly split the MRL Close #2682 --- modules/gui/qt4/dialogs/open.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/qt4/dialogs/open.cpp b/modules/gui/qt4/dialogs/open.cpp index 836e7741e6..372cb06070 100644 --- a/modules/gui/qt4/dialogs/open.cpp +++ b/modules/gui/qt4/dialogs/open.cpp @@ -396,7 +396,7 @@ void OpenDialog::stream( bool b_transcode_only ) /* Dbg and send :D */ msg_Dbg( p_intf, "MRL passed to the Sout: %s", qtu( soutMRL ) ); THEDP->streamingDialog( this, soutMRL, b_transcode_only, - ui.advancedLineInput->text().split( ":" ) ); + ui.advancedLineInput->text().split( " :" ) ); } /* Update the MRL */ -- 2.20.1