[vlc-devel] commit: Oops ! Some people are really tired... (Jean-Baptiste Kempf )
git version control
git at videolan.org
Tue Sep 9 08:55:09 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Sep 8 23:53:55 2008 -0700| [1cf57a32b81cbacd4546b7442fc521ca709f7061] | committer: Jean-Baptiste Kempf
Oops ! Some people are really tired...
Ref #1998
(cherry picked from commit bba48b20a4319fdc07b060d78ab02c6bc629a4e8)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1cf57a32b81cbacd4546b7442fc521ca709f7061
---
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