all repos — openbox @ 21b07748aff9a1719f3970659630aa867b23bb40

openbox fork - make it a bit more like ryudo

wrong action name
Dana Jansens danakj@orodu.net
commit

21b07748aff9a1719f3970659630aa867b23bb40

parent

60fa05f70c7bd4c63c31ebeebd63ea614a7a2bcd

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M plugins/menu/client_menu.cplugins/menu/client_menu.c

@@ -165,7 +165,7 @@

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("Maximize")); + acts = g_slist_prepend(NULL, action_from_string("MaximizeFull")); menu_add_normal(CLIENT_MENU_NAME, CLIENT_MAXIMIZE, _("Maximize"), acts); acts = g_slist_prepend(NULL, action_from_string("Raise"));