[PATCH] Fix FvwmMakeMissingDesktopMenu

Luke Lau <[email protected]> Wed, 21 Aug 2019 13:12:47 +0000
Newsgroups gmane.comp.window-managers.fvwm.devel
Message-ID <[email protected]>
From: Luke Lau <[email protected]>

This drops the obsolete --fvwm-icons flag and specifies to add it into
the "Desktop Programs" menu
---
 fvwm/fvwm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fvwm/fvwm.c b/fvwm/fvwm.c
index f5317f2d..c7acc36e 100644
--- a/fvwm/fvwm.c
+++ b/fvwm/fvwm.c
@@ -1376,7 +1376,7 @@ static void SetRCDefaults(void)
 		{ "Style * Color lightgrey/dimgrey", "", "" },
 		{ "Style * HilightFore black, HilightBack grey", "", "" },
 		{ "DestroyFunc FvwmMakeMissingDesktopMenu", "", "" },
-		{ "AddToFunc   FvwmMakeMissingDesktopMenu I PipeRead 'fvwm-menu-desktop --enable-mini-icons --fvwm-icons'", "", "" },
+		{ "AddToFunc   FvwmMakeMissingDesktopMenu I PipeRead 'fvwm-menu-desktop --enable-mini-icons --insert-in-menu=FvwmMenu'", "", "" },
 		{
 			"AddToMenu MenuFvwmRoot \"",
 			_("Builtin Menu"),
-- 
2.23.0.rc1