X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=plugins%2Fmenu%2Fclient_menu.c;h=1cbf097d080f2f61294714de130823f78f282678;hb=5baa7c802a500ee30fe9719f226d88923ee6e59d;hp=55dbacf1716fc66811de60a979cdbc1e0cc11c73;hpb=79c9910207cd2ca41076f294053b15f1f4eec7ef;p=chaz%2Fopenbox diff --git a/plugins/menu/client_menu.c b/plugins/menu/client_menu.c index 55dbacf1..1cbf097d 100644 --- a/plugins/menu/client_menu.c +++ b/plugins/menu/client_menu.c @@ -90,7 +90,7 @@ static void layer_update(ObMenuFrame *frame, gpointer data) e->data.normal.enabled = !frame->client->above; e = menu_find_entry_id(menu, LAYER_NORMAL); - e->data.normal.enabled = !(frame->client->above || frame->client->below); + e->data.normal.enabled = (frame->client->above || frame->client->below); e = menu_find_entry_id(menu, LAYER_BOTTOM); e->data.normal.enabled = !frame->client->below; @@ -175,7 +175,7 @@ void plugin_startup() menu_add_normal(CLIENT_MENU_NAME, CLIENT_LOWER, _("Lower to bottom"),acts); acts = g_slist_prepend(NULL, action_from_string("ToggleShade")); - menu_add_normal(CLIENT_MENU_NAME, CLIENT_SHADE, _("(Un)Shade"), acts); + menu_add_normal(CLIENT_MENU_NAME, CLIENT_SHADE, _("Roll up/down"), acts); acts = g_slist_prepend(NULL, action_from_string("ToggleDecorations")); menu_add_normal(CLIENT_MENU_NAME, CLIENT_DECORATE, _("Decorate"), acts);