diff options
author | Soeren Sandmann <sandmann@daimi.au.dk> | 2004-04-22 10:52:32 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@src.gnome.org> | 2004-04-22 10:52:32 +0000 |
commit | a92c54108ed0a3c21e44c855ad2d46f5a77a351d (patch) | |
tree | 6863126d6ba02c7ab89755a531f5609e8693ceeb /ChangeLog.pre-2-4 | |
parent | 215cabd938150ecfa32d50ac48ac43d00819e596 (diff) | |
download | gtk+-a92c54108ed0a3c21e44c855ad2d46f5a77a351d.tar.gz |
Remove the old widget from the tool button before overwriting it with the
Wed Apr 21 21:38:03 2004 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtktoolbutton.c (gtk_tool_button_set_label_widget,
gtk_tool_button_set_icon_widget): Remove the old widget from the
tool button before overwriting it with the new widget.
(#140508, Todd Goyen)
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 65e1c69bdb..846727b6b9 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,11 @@ +Wed Apr 21 21:38:03 2004 Soeren Sandmann <sandmann@daimi.au.dk> + + * gtk/gtktoolbutton.c (gtk_tool_button_set_label_widget, + gtk_tool_button_set_icon_widget): Remove the old widget from the + tool button before overwriting it with the new widget. + + (#140508, Todd Goyen) + 2004-04-22 Tor Lillqvist <tml@iki.fi> Fix the file chooser on Windows. I can't make it misbehave or |