Package: vlc
Version: 0.9.9a-2
Severity: minor
Tags: patch

When I open the context menu and select the Interface submenu, there
are two "Extended Settings..." menu items on it.  The attached patch
removes one of them.

-- 
Matt                                                 http://ftbfs.org/
diff -ru vlc-0.9.9a~/modules/gui/qt4/menus.cpp vlc-0.9.9a/modules/gui/qt4/menus.cpp
--- vlc-0.9.9a~/modules/gui/qt4/menus.cpp	2009-05-01 22:37:12.000000000 -0700
+++ vlc-0.9.9a/modules/gui/qt4/menus.cpp	2009-05-01 22:41:34.000000000 -0700
@@ -846,8 +846,6 @@
             }
             addDPStaticEntry( submenu, qtr( I_MENU_EXT ), "",
                 ":/settings", SLOT( extendedDialog() ) );
-            addDPStaticEntry( submenu, qtr( I_MENU_EXT ), "",
-                ":/settings", SLOT( extendedDialog() ) );
             if( mi )
             {
                 action = submenu->addAction( QIcon( "" ),

Reply via email to