make the maximize item toggle maximized

This commit is contained in:
Dana Jansens 2003-08-28 17:15:35 +00:00
parent 9e85e930da
commit 79c9910207

View file

@ -165,7 +165,7 @@ void plugin_startup()
acts = g_slist_prepend(NULL, action_from_string("Iconify"));
menu_add_normal(CLIENT_MENU_NAME, CLIENT_ICONIFY, _("Iconify"), acts);
acts = g_slist_prepend(NULL, action_from_string("MaximizeFull"));
acts = g_slist_prepend(NULL, action_from_string("ToggleMaximizeFull"));
menu_add_normal(CLIENT_MENU_NAME, CLIENT_MAXIMIZE, _("Maximize"), acts);
acts = g_slist_prepend(NULL, action_from_string("Raise"));