diff options
author | Chris Toshok <toshok@ximian.com> | 2003-04-28 16:36:51 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-04-28 16:36:51 +0800 |
commit | a3a311f7029f00d963364d66ad887b3f7793b235 (patch) | |
tree | 574d3066c7275a97b0dba1693317805047e33b8b /addressbook/ChangeLog | |
parent | bccf5a543b4290d313bdbe9645b476f979a9fab7 (diff) | |
download | gsoc2013-evolution-a3a311f7029f00d963364d66ad887b3f7793b235.tar.gz gsoc2013-evolution-a3a311f7029f00d963364d66ad887b3f7793b235.tar.zst gsoc2013-evolution-a3a311f7029f00d963364d66ad887b3f7793b235.zip |
[ fixes bug #41779 ] we don't need to call gtk_widget_destroy on the old
2003-04-28 Chris Toshok <toshok@ximian.com>
[ fixes bug #41779 ]
* gui/component/e-address-popup.c (mini_wizard_container_add): we
don't need to call gtk_widget_destroy on the old child, since
gtk_container_remove will unref it for us.
svn path=/trunk/; revision=20977
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 550daa7917..1969926b2f 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2003-04-28 Chris Toshok <toshok@ximian.com> + + [ fixes bug #41779 ] + * gui/component/e-address-popup.c (mini_wizard_container_add): we + don't need to call gtk_widget_destroy on the old child, since + gtk_container_remove will unref it for us. + 2003-04-23 Chris Toshok <toshok@ximian.com> [ fixes bug #37351 ] |