[vlc-devel] commit: Qt : Add PLAYLIST_PREPARSE flag to drag&dropped items ( Besnard Jean-Baptiste )

git version control git at videolan.org
Thu Jul 23 13:08:33 CEST 2009


vlc | branch: master | Besnard Jean-Baptiste <jbbesnard at actech-innovation.com> | Thu Jul 23 10:59:17 2009 +0200| [f9b30861f4dbdadb0339480976dc4850f9e94f42] | committer: Rémi Duraffort 

Qt : Add PLAYLIST_PREPARSE flag to drag&dropped items

Signed-off-by: Rémi Duraffort <ivoire at videolan.org>

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

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

diff --git a/modules/gui/qt4/main_interface.cpp b/modules/gui/qt4/main_interface.cpp
index 1b1b46c..7a8ea0f 100644
--- a/modules/gui/qt4/main_interface.cpp
+++ b/modules/gui/qt4/main_interface.cpp
@@ -1134,7 +1134,7 @@ void MainInterface::dropEventPlay( QDropEvent *event, bool b_play )
 
         if( s.length() > 0 ) {
             playlist_Add( THEPL, qtu(s), NULL,
-                          PLAYLIST_APPEND | (first ? PLAYLIST_GO: 0),
+                          PLAYLIST_APPEND | PLAYLIST_PREPARSE | (first ? PLAYLIST_GO: 0),
                           PLAYLIST_END, true, false );
             first = false;
             RecentsMRL::getInstance( p_intf )->addRecent( s );




More information about the vlc-devel mailing list