aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-04-30 00:59:12 +0800
committerDan Winship <danw@src.gnome.org>2003-04-30 00:59:12 +0800
commitfa9dddd0053922ae9424c3114a18a9567a453b44 (patch)
tree4b5dcc0750402289a1a0236a07e4d19b85f06f8b /widgets/misc/ChangeLog
parentf5353de1b3e42b5ea7416de9418211600b9966cb (diff)
downloadgsoc2013-evolution-fa9dddd0053922ae9424c3114a18a9567a453b44.tar
gsoc2013-evolution-fa9dddd0053922ae9424c3114a18a9567a453b44.tar.gz
gsoc2013-evolution-fa9dddd0053922ae9424c3114a18a9567a453b44.tar.bz2
gsoc2013-evolution-fa9dddd0053922ae9424c3114a18a9567a453b44.tar.lz
gsoc2013-evolution-fa9dddd0053922ae9424c3114a18a9567a453b44.tar.xz
gsoc2013-evolution-fa9dddd0053922ae9424c3114a18a9567a453b44.tar.zst
gsoc2013-evolution-fa9dddd0053922ae9424c3114a18a9567a453b44.zip
Remove this so that GtkContainer's destroy method will destroy all of the
* e-dateedit.c (e_date_edit_forall): Remove this so that GtkContainer's destroy method will destroy all of the internal widgets. (This is how other compound-widgets-that-aren't- meant-to-be-used-as-containers behave.) #41458 svn path=/trunk/; revision=21003
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r--widgets/misc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog
index 973569fb2a..75d7d5c123 100644
--- a/widgets/misc/ChangeLog
+++ b/widgets/misc/ChangeLog
@@ -1,3 +1,10 @@
+2003-04-29 Dan Winship <danw@ximian.com>
+
+ * e-dateedit.c (e_date_edit_forall): Remove this so that
+ GtkContainer's destroy method will destroy all of the internal
+ widgets. (This is how other compound-widgets-that-aren't-
+ meant-to-be-used-as-containers behave.) #41458
+
2003-04-16 Ettore Perazzoli <ettore@ximian.com>
* e-search-bar.c (remove_bonobo_menus): Only do the actual remove