* gtkutil.c (xg_modify_menubar_widgets): Remove semicolon that

should not be there, causing menu display errors in GTK 2.6.9.
This commit is contained in:
Jan Djärv 2005-08-08 15:01:35 +00:00
parent b499789ca4
commit aa41b0bf0e

View file

@ -2606,7 +2606,7 @@ xg_modify_menubar_widgets (menubar, f, val, deep_p,
xg_update_menubar (menubar, f, &list, list, 0, val->contents,
select_cb, highlight_cb, cl_data);
if (deep_p);
if (deep_p)
{
widget_value *cur;