git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d17b0c
)
Qt: correctly split the MRL
author
Jean-Baptiste Kempf
<jb@videolan.org>
Sun, 17 May 2009 01:13:08 +0000
(
03:13
+0200)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Sun, 17 May 2009 01:13:08 +0000
(
03:13
+0200)
Close #2682
modules/gui/qt4/dialogs/open.cpp
patch
|
blob
|
history
diff --git
a/modules/gui/qt4/dialogs/open.cpp
b/modules/gui/qt4/dialogs/open.cpp
index
836e774
..
372cb06
100644
(file)
--- 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 */