From 566b2803ca089a3564a080da8f45e01480ed7e91 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Sat, 26 Jul 2008 09:52:31 -0700 Subject: [PATCH 1/1] Revert "Fix #1761: open directory plays." This reverts commit 84091c6692d4e22e6082ecf692c4df6e9e292b2f. --- modules/gui/qt4/dialogs_provider.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/gui/qt4/dialogs_provider.cpp b/modules/gui/qt4/dialogs_provider.cpp index 758ebec6ad..98d11ab919 100644 --- a/modules/gui/qt4/dialogs_provider.cpp +++ b/modules/gui/qt4/dialogs_provider.cpp @@ -356,15 +356,14 @@ static void openDirectory( intf_thread_t *p_intf, bool pl, bool go ) playlist_AddInput( THEPL, p_input, go ? ( PLAYLIST_APPEND | PLAYLIST_GO ) : PLAYLIST_APPEND, PLAYLIST_END, pl, pl_Unlocked ); - /* Why this ? - * input_Read( THEPL, p_input, false ); */ + input_Read( THEPL, p_input, false ); vlc_gc_decref( p_input ); } } void DialogsProvider::PLAppendDir() { - openDirectory( p_intf, true, true ); + openDirectory( p_intf, true, false ); } void DialogsProvider::MLAppendDir() -- 2.39.2