diff options
author | Soeren Sandmann <sandmann@daimi.au.dk> | 2004-01-24 22:29:18 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@src.gnome.org> | 2004-01-24 22:29:18 +0000 |
commit | 63f37a9ef608c27f617ab3ea64e7ccb8d0a10852 (patch) | |
tree | 93f3efb5e1538f9acacf04d4843016aabc74cc12 /ChangeLog.pre-2-10 | |
parent | c2afbf795524cbbfdbbd3383c34e55f6adb01381 (diff) | |
download | gtk+-63f37a9ef608c27f617ab3ea64e7ccb8d0a10852.tar.gz |
Only try to pack icon if there actually is one.
Sat Jan 24 23:17:27 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoolbutton.c (gtk_tool_button_construct_contents): Only
try to pack icon if there actually is one.
* gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Make sure
OVERFLOWN items get an allocation even when they are
unmapped. This ensures they will slide in properly.
* gtk/gtktoolbar.c (slide_idle_handler): Make sure we return TRUE
when there are overflown items that need to slide in. Also add
comments and make formatting more readable.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 7c4ba995bf..9fa316b817 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,16 @@ +Sat Jan 24 23:17:27 2004 Soeren Sandmann <sandmann@daimi.au.dk> + + * gtk/gtktoolbutton.c (gtk_tool_button_construct_contents): Only + try to pack icon if there actually is one. + + * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Make sure + OVERFLOWN items get an allocation even when they are + unmapped. This ensures they will slide in properly. + + * gtk/gtktoolbar.c (slide_idle_handler): Make sure we return TRUE + when there are overflown items that need to slide in. Also add + comments and make formatting more readable. + Sat Jan 24 17:38:48 2004 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtkradiotoolbutton.c (gtk_radio_tool_button_class_init): |