aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gtkutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkutil.c b/src/gtkutil.c
index ee59de91e39..39781cfd56f 100644
--- a/src/gtkutil.c
+++ b/src/gtkutil.c
@@ -2588,7 +2588,7 @@ xg_update_menubar (menubar, f, list, iter, pos, val,
2588/* Update the menu item W so it corresponds to VAL. 2588/* Update the menu item W so it corresponds to VAL.
2589 SELECT_CB is the callback to use when a menu item is selected. 2589 SELECT_CB is the callback to use when a menu item is selected.
2590 HIGHLIGHT_CB is the callback to call when entering/leaving menu items. 2590 HIGHLIGHT_CB is the callback to call when entering/leaving menu items.
2591 CL_DATA is the data to set in the widget for menu invokation. */ 2591 CL_DATA is the data to set in the widget for menu invocation. */
2592 2592
2593static void 2593static void
2594xg_update_menu_item (val, w, select_cb, highlight_cb, cl_data) 2594xg_update_menu_item (val, w, select_cb, highlight_cb, cl_data)