]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs_provider.cpp
Removed b_block parameter from input_Read.
[vlc] / modules / gui / qt4 / dialogs_provider.cpp
index d45ef232b0de07f3c024509ad8a99c4a61e23488..5b29923fc2fa4cc7706446f7353258e746449394 100644 (file)
@@ -492,7 +492,7 @@ static void openDirectory( intf_thread_t *p_intf, bool pl, bool go )
                        PLAYLIST_END, pl, pl_Unlocked );
         RecentsMRL::getInstance( p_intf )->addRecent( mrl );
         if( !go )
-            input_Read( THEPL, p_input, true );
+            input_Read( THEPL, p_input );
         vlc_gc_decref( p_input );
     }
 }