* 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:
parent
b499789ca4
commit
aa41b0bf0e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue