Mercurial > emacs
changeset 64784:586e574576dd
* gtkutil.c (xg_modify_menubar_widgets): Remove semicolon that
should not be there, causing menu display errors with GTK 2.6.9.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Mon, 08 Aug 2005 15:02:39 +0000 |
parents | 0975467abc17 |
children | f55bcc082f4a |
files | src/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Aug 08 15:01:35 2005 +0000 +++ b/src/ChangeLog Mon Aug 08 15:02:39 2005 +0000 @@ -1,3 +1,8 @@ +2005-08-08 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> + + * 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 <rms@gnu.org> * floatfns.c (Fexpt): Undo previous change.