]> git.sesse.net Git - vlc/commitdiff
Qt: correctly split the MRL
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 17 May 2009 01:13:08 +0000 (03:13 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 17 May 2009 01:20:53 +0000 (03:20 +0200)
Close #2682

modules/gui/qt4/dialogs/open.cpp

index 836e7741e6c441958b0947736cbd768302f6ca62..372cb060705a0caf1368bc11e28aa512254cb93e 100644 (file)
@@ -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 */