diff options
author | Tim Janik <timj@gtk.org> | 1999-01-13 20:36:23 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1999-01-13 20:36:23 +0000 |
commit | 52a441445ccbc226ed39813d35c34694f91aa731 (patch) | |
tree | f1b6947ffcfe0db5e08a98ae9f22df149fbbe06a /ChangeLog.pre-2-8 | |
parent | aca733c310ffbecf5a926564c783027080edd4ca (diff) | |
download | gdk-pixbuf-52a441445ccbc226ed39813d35c34694f91aa731.tar.gz |
in comparisions with GTK_TYPE_STRING, use the fundamental type to catch
Wed Jan 13 20:14:32 1999 Tim Janik <timj@gtk.org>
* gtk/gtkarg.c (gtk_arg_copy): in comparisions with GTK_TYPE_STRING, use
the fundamental type to catch GTK_TYPE_IDENTIFIER as well.
* gtk/gtkmenushell.c:
(gtk_real_menu_shell_activate_current):
(gtk_menu_shell_button_release): asure that we only activate sensitive
menu items, reported by Dave Cole <dave@dccs.com.au>.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 58d92d6bc..a4deec829 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,13 @@ +Wed Jan 13 20:14:32 1999 Tim Janik <timj@gtk.org> + + * gtk/gtkarg.c (gtk_arg_copy): in comparisions with GTK_TYPE_STRING, use + the fundamental type to catch GTK_TYPE_IDENTIFIER as well. + + * gtk/gtkmenushell.c: + (gtk_real_menu_shell_activate_current): + (gtk_menu_shell_button_release): asure that we only activate sensitive + menu items, reported by Dave Cole <dave@dccs.com.au>. + Wed Jan 13 13:28:00 1999 Tim Janik <timj@gtk.org> * gtk/gtkwidget.c: eliminate queue_clears or queue_draws where we know |