[vlc-devel] commit: Qt: don't call SeparateEntries twice (Jean-Philippe Andre )

git version control git at videolan.org
Fri Aug 22 04:06:14 CEST 2008


vlc | branch: master | Jean-Philippe Andre <jpeg at via.ecp.fr> | Thu Aug 21 22:07:54 2008 -0400| [5ea03a66ee4c567be50b28c84982b49b3c9e6d90] | committer: Jean-Philippe Andre 

Qt: don't call SeparateEntries twice

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

 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 47e14fe..8390108 100644
--- a/modules/gui/qt4/dialogs/open.cpp
+++ b/modules/gui/qt4/dialogs/open.cpp
@@ -344,7 +344,7 @@ void OpenDialog::stream( bool b_transcode_only )
     toggleVisible();
     QStringList listMRL = SeparateEntries( mrl );
     if( listMRL.size() > 0 )
-    THEDP->streamingDialog( this, SeparateEntries( mrl )[0], b_transcode_only );
+    THEDP->streamingDialog( this, listMRL[0], b_transcode_only );
 }
 
 /* Update the MRL */




More information about the vlc-devel mailing list