diff options
author | Manish Singh <yosh@gimp.org> | 2001-10-01 05:20:43 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2001-10-01 05:20:43 +0000 |
commit | c6f15f385f9e7f8668743f1d3803013a79e1baed (patch) | |
tree | c4e772b77fe69659eb1bcdc826ca1d017fc63528 /ChangeLog.pre-2-4 | |
parent | 916b1610273a768349d89e2101891f1bf46c2564 (diff) | |
download | gtk+-c6f15f385f9e7f8668743f1d3803013a79e1baed.tar.gz |
Applied patch from Soeren Sandmann <sandmann@daimi.au.dk>. Vertically
Sun Sep 30 22:15:52 2001 Manish Singh <yosh@gimp.org>
* gtk/gtkcheckbutton.c (gtk_check_button_size_allocate): Applied
patch from Soeren Sandmann <sandmann@daimi.au.dk>. Vertically
centers the child in relation to the to indicator height.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index f5d11a1708..f3e2c00e0f 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,12 +1,20 @@ +Sun Sep 30 22:15:52 2001 Manish Singh <yosh@gimp.org> + + * gtk/gtkcheckbutton.c (gtk_check_button_size_allocate): Applied + patch from Soeren Sandmann <sandmann@daimi.au.dk>. Vertically + centers the child in relation to the to indicator height. + Sun Sep 30 15:11:59 2001 Jonathan Blandford <jrb@redhat.com> - * gtk/gtktreestore.c (gtk_tree_store_remove): Make ITERS_PERSIST correct + * gtk/gtktreestore.c (gtk_tree_store_remove): Make ITERS_PERSIST + correct Sun Sep 30 07:01:42 2001 CEST <mikeh@bahnhof.se> - * gtk/gtkcellrenderertext.c I reverted back to old "weight" property code using g_param_spec_int - and changed from g_value_get_enum to g_value_get_int instead. - Probadly a better way to fix the problem :-) + * gtk/gtkcellrenderertext.c: I reverted back to old "weight" + property code using g_param_spec_int and changed from + g_value_get_enum to g_value_get_int instead. Probably a better way + to fix the problem :-) Sun Sep 30 05:31:32 2001 CEST Mikael Hermansson <tyan@linux.se> |