]> Dogcows Code - chaz/openbox/commitdiff
put the shade icon in the right place
authorDana Jansens <danakj@orodu.net>
Sat, 12 May 2007 19:31:11 +0000 (19:31 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 12 May 2007 19:31:11 +0000 (19:31 +0000)
openbox/client_menu.c

index 74fa847770eb6ebbd950999941c3eea7788523f4..9e4457e549c34202147b690df50569eaeba3eede 100644 (file)
@@ -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;
This page took 0.02185 seconds and 4 git commands to generate.