From 5ea03a66ee4c567be50b28c84982b49b3c9e6d90 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Thu, 21 Aug 2008 22:07:54 -0400 Subject: [PATCH] Qt: don't call SeparateEntries twice --- 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 47e14fe585..83901083bf 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 */ -- 2.39.2