diff options
author | Tim Janik <timj@src.gnome.org> | 1998-02-28 19:09:20 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-02-28 19:09:20 +0000 |
commit | 6d3ef70d1eacd0d7d6b167d4b869ed71b92a88b6 (patch) | |
tree | 4f7871053520cc71ec0956dac3feafd094a24e26 /ChangeLog.pre-2-10 | |
parent | fa26673f493b01ac1d137d2efd0eae5a7329a245 (diff) | |
download | gtk+-6d3ef70d1eacd0d7d6b167d4b869ed71b92a88b6.tar.gz |
handle box signals. fixups for 99.4 -timj
handle box signals.
fixups for 99.4
-timj
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 0c47a61033..45c6e743a1 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,14 @@ +Sat Feb 28 19:29:09 1998 Tim Janik <timj@gimp.org> + + * gtk/gtkclist.c (gtk_clist_new_with_titles): retrive the clist widget + from gtk_type_new (gtk_clist_get_type ()), not gtk_clist_new(), + otherwise gtk_clist_construct() gets called twice. + + * gtk/gtkhandlebox.h: + * gtk/gtkhandlebox.c: emit signals when the child is attached/detached. + Sat Feb 28 15:18:36 1998 Tim Janik <timj@gimp.org> - + * gtk/gtkpreview.c: fix behavior of gtk_preview_put() with srcx/srcy != 0, gtk-shige-980127-0.patch.gz by AOSASA Shigeru <aozasa@sakuranet.or.jp>. |