From: Dana Jansens Date: Sat, 12 May 2007 19:31:22 +0000 (+0000) Subject: merge r6382 from trunk X-Git-Tag: openbox-3_3_991-RELEASE~75 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=2707412ae0386876295487a62c056f75323f63c9;p=dana%2Fopenbox.git merge r6382 from trunk --- 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;