From: Jan Djärv Date: Mon, 8 Aug 2005 15:02:39 +0000 (+0000) Subject: * gtkutil.c (xg_modify_menubar_widgets): Remove semicolon that X-Git-Tag: emacs-pretest-22.0.90~7751 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9346901076ec60827a70372faf5ba791423a3bdc;p=emacs.git * gtkutil.c (xg_modify_menubar_widgets): Remove semicolon that should not be there, causing menu display errors with GTK 2.6.9. --- diff --git a/src/ChangeLog b/src/ChangeLog index e9ade1c6dfd..a35daab6728 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2005-08-08 Jan Dj,Ad(Brv + + * gtkutil.c (xg_modify_menubar_widgets): Remove semicolon that + should not be there, causing menu display errors with GTK 2.6.9. + 2005-08-07 Richard M. Stallman * floatfns.c (Fexpt): Undo previous change.