Commit b1437f6b authored by Ludovic Fauvet's avatar Ludovic Fauvet Committed by Jean-Baptiste Kempf

Qt: enable the recents menu again after adding an element

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
(cherry picked from commit 60cff20c351db4bde6eb6ed5696fce92d54bc3bb)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 2ef4244d
...@@ -1549,6 +1549,7 @@ void VLCMenuBar::updateRecents( intf_thread_t *p_intf ) ...@@ -1549,6 +1549,7 @@ void VLCMenuBar::updateRecents( intf_thread_t *p_intf )
recentsMenu->addSeparator(); recentsMenu->addSeparator();
recentsMenu->addAction( qtr("&Clear"), rmrl, SLOT( clear() ) ); recentsMenu->addAction( qtr("&Clear"), rmrl, SLOT( clear() ) );
recentsMenu->setEnabled( true );
} }
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment