From: Dana Jansens Date: Sat, 12 May 2007 19:31:11 +0000 (+0000) Subject: put the shade icon in the right place X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=cea602d73414fcd12e44764ad1d065a38ad56dd8;p=chaz%2Fopenbox put the shade icon in the right place --- diff --git a/openbox/client_menu.c b/openbox/client_menu.c index 74fa8477..9e4457e5 100644 --- a/openbox/client_menu.c +++ b/openbox/client_menu.c @@ -391,7 +391,7 @@ void client_menu_startup() e->data.normal.mask_disabled_selected_color = ob_rr_theme->menu_disabled_selected_color; - menu_add_normal(menu, CLIENT_SHADE, _("&Roll up/down"), NULL, TRUE); + e = menu_add_normal(menu, CLIENT_SHADE, _("&Roll up/down"), NULL, TRUE); e->data.normal.mask = ob_rr_theme->shade_mask; e->data.normal.mask_normal_color = ob_rr_theme->menu_color; e->data.normal.mask_selected_color = ob_rr_theme->menu_selected_color;