]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/recents.cpp
Fix a little bug in recents media menu.
[vlc] / modules / gui / qt4 / recents.cpp
index 7cdf80ec9b5ff7ffa588a274d70d28634f4d9562..82a20e137cb78b74a9a339af9438130f44765403 100644 (file)
@@ -89,7 +89,7 @@ void RecentsMRL::clear()
     if ( stack->isEmpty() )
         return;
     stack->clear();
-    if( !isActive ) QVLCMenu::updateRecents( p_intf );
+    if( isActive ) QVLCMenu::updateRecents( p_intf );
     save();
 }