vlc/vlc-1.2 | branch: master | Ludovic Fauvet <[email protected]> | Thu Dec 15 
01:21:12 2011 +0100| [b1437f6b35594ce554de8fb95ad853adf77b7270] | committer: 
Jean-Baptiste Kempf

Qt: enable the recents menu again after adding an element

Signed-off-by: Jean-Baptiste Kempf <[email protected]>
(cherry picked from commit 60cff20c351db4bde6eb6ed5696fce92d54bc3bb)

Signed-off-by: Jean-Baptiste Kempf <[email protected]>

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

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

diff --git a/modules/gui/qt4/menus.cpp b/modules/gui/qt4/menus.cpp
index 4c81eed..55ae7b7 100644
--- a/modules/gui/qt4/menus.cpp
+++ b/modules/gui/qt4/menus.cpp
@@ -1549,6 +1549,7 @@ void VLCMenuBar::updateRecents( intf_thread_t *p_intf )
 
             recentsMenu->addSeparator();
             recentsMenu->addAction( qtr("&Clear"), rmrl, SLOT( clear() ) );
+            recentsMenu->setEnabled( true );
         }
     }
 }

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to