From: Jan Djärv Date: Mon, 8 Aug 2005 15:01:35 +0000 (+0000) Subject: * gtkutil.c (xg_modify_menubar_widgets): Remove semicolon that X-Git-Tag: emacs-pretest-22.0.90~7752 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aa41b0bf0ed597dd1adac28530a12872dbf9ac26;p=emacs.git * gtkutil.c (xg_modify_menubar_widgets): Remove semicolon that should not be there, causing menu display errors in GTK 2.6.9. --- diff --git a/src/gtkutil.c b/src/gtkutil.c index d8835c2b5fd..7f2e411b933 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c @@ -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;