From 1cf57a32b81cbacd4546b7442fc521ca709f7061 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Mon, 8 Sep 2008 23:53:55 -0700 Subject: [PATCH] Oops ! Some people are really tired... Ref #1998 (cherry picked from commit bba48b20a4319fdc07b060d78ab02c6bc629a4e8) --- 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 0643c37b60..56567e5005 100644 --- a/modules/gui/qt4/dialogs/open.cpp +++ b/modules/gui/qt4/dialogs/open.cpp @@ -371,7 +371,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, listMRL[0], b_transcode_only ); + THEDP->streamingDialog( this, soutMRL, b_transcode_only ); } } -- GitLab