[vlc-devel] commit: Oops ! Some people are really tired... (Jean-Baptiste Kempf )

git version control git at videolan.org
Tue Sep 9 08:52:21 CEST 2008


vlc | branch: 0.9-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Mon Sep  8 23:53:55 2008 -0700| [bba48b20a4319fdc07b060d78ab02c6bc629a4e8] | committer: Jean-Baptiste Kempf 

Oops ! Some people are really tired...

Ref #1998

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bba48b20a4319fdc07b060d78ab02c6bc629a4e8
---

 modules/gui/qt4/dialogs/open.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/dialogs/open.cpp b/modules/gui/qt4/dialogs/open.cpp
index 0643c37..56567e5 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 );
     }
 }
 




More information about the vlc-devel mailing list