From f9e4aada6337d7c419c8a7d36e359626a39a4390 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Tue, 29 Jul 2008 12:06:53 -0700 Subject: [PATCH] Fix MRL generation for open dialog in order to stream. (#1575) --- 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 f4ded0ce74..143e9df7a5 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 */ -- 2.39.2