diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-03-03 18:39:33 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-03-03 18:39:33 +0000 |
commit | bcb6720d6ef761d71a4ac30438f4b1ab39ef3c41 (patch) | |
tree | 90b444581d45a492d845d85dd608c0e6f32c41a8 /ChangeLog.pre-2-4 | |
parent | efefd9f0bab3c57494a55b0418b5d488f0dae64b (diff) | |
download | gtk+-bcb6720d6ef761d71a4ac30438f4b1ab39ef3c41.tar.gz |
Remove spurious const.
Sat Mar 3 13:32:47 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkimmodule.c (gtk_im_module_init): Remove spurious
const.
* gdk-pixbuf-2.0.pc.in gtk+-2.0.pc.in: Fix include path.
* gtk/gtkdialog.c (gtk_dialog_set_default_response): If there
is no focus widget for the dialog currently, grab the focus as well
as the default.
* gtk/gtkdialog.c (gtk_dialog_set_default_response): Get
the action area's children to iterate through, not the
dialog's children.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index dae1f026b0..1e0221640c 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,18 @@ +Sat Mar 3 13:32:47 2001 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkimmodule.c (gtk_im_module_init): Remove spurious + const. + + * gdk-pixbuf-2.0.pc.in gtk+-2.0.pc.in: Fix include path. + + * gtk/gtkdialog.c (gtk_dialog_set_default_response): If there + is no focus widget for the dialog currently, grab the focus as well + as the default. + + * gtk/gtkdialog.c (gtk_dialog_set_default_response): Get + the action area's children to iterate through, not the + dialog's children. + Sat Mar 3 13:21:27 2001 Owen Taylor <otaylor@redhat.com> * tests/Makefile.am tests/testsocket.c tests/testsocket_child.c: |