aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-11-15 05:49:19 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-11-15 05:49:19 +0800
commite69c2b94c2fbde4bcb4cbdafee643957bf9c043b (patch)
treed421b711d887381e423aa7ee9a3685cc8fb51f59 /widgets/misc/ChangeLog
parent855c5c4d6f383f688a7ab63392b9af5cff4fb021 (diff)
downloadgsoc2013-evolution-e69c2b94c2fbde4bcb4cbdafee643957bf9c043b.tar
gsoc2013-evolution-e69c2b94c2fbde4bcb4cbdafee643957bf9c043b.tar.gz
gsoc2013-evolution-e69c2b94c2fbde4bcb4cbdafee643957bf9c043b.tar.bz2
gsoc2013-evolution-e69c2b94c2fbde4bcb4cbdafee643957bf9c043b.tar.lz
gsoc2013-evolution-e69c2b94c2fbde4bcb4cbdafee643957bf9c043b.tar.xz
gsoc2013-evolution-e69c2b94c2fbde4bcb4cbdafee643957bf9c043b.tar.zst
gsoc2013-evolution-e69c2b94c2fbde4bcb4cbdafee643957bf9c043b.zip
New. (e_clipped_label_destroy): Removed.
* e-clipped-label.c (e_clipped_label_finalize): New. (e_clipped_label_destroy): Removed. * e-title-bar.c (destroy): Removed. (impl_finalize): New. (class_init): Install GObject::finalize handler instead of GtkObject::destroy handler. svn path=/trunk/; revision=18761
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r--widgets/misc/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog
index d24084acf6..a7a83d6d76 100644
--- a/widgets/misc/ChangeLog
+++ b/widgets/misc/ChangeLog
@@ -1,5 +1,15 @@
2002-11-14 Ettore Perazzoli <ettore@ximian.com>
+ * e-clipped-label.c (e_clipped_label_finalize): New.
+ (e_clipped_label_destroy): Removed.
+
+ * e-title-bar.c (destroy): Removed.
+ (impl_finalize): New.
+ (class_init): Install GObject::finalize handler instead of
+ GtkObject::destroy handler.
+
+2002-11-14 Ettore Perazzoli <ettore@ximian.com>
+
* e-filter-bar.c: Changed to use g_object_*() and g_signal_*()
functions instead of gtk_object_*() and gtk_signal_*().
(destroy): Removed.