aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-02-13 04:42:35 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-02-13 04:42:35 +0800
commit1d869c5796ea566da6d40c8e6c97a6f65fa132cb (patch)
treeb87d3d0ff73c88b59487e10ef8dc147ecff4217f /filter/ChangeLog
parent1ebf9b6fd1996bdec796414f551839542b3dd323 (diff)
downloadgsoc2013-evolution-1d869c5796ea566da6d40c8e6c97a6f65fa132cb.tar
gsoc2013-evolution-1d869c5796ea566da6d40c8e6c97a6f65fa132cb.tar.gz
gsoc2013-evolution-1d869c5796ea566da6d40c8e6c97a6f65fa132cb.tar.bz2
gsoc2013-evolution-1d869c5796ea566da6d40c8e6c97a6f65fa132cb.tar.lz
gsoc2013-evolution-1d869c5796ea566da6d40c8e6c97a6f65fa132cb.tar.xz
gsoc2013-evolution-1d869c5796ea566da6d40c8e6c97a6f65fa132cb.tar.zst
gsoc2013-evolution-1d869c5796ea566da6d40c8e6c97a6f65fa132cb.zip
Get rid of the need for the GTK_WIDGET_DESTROYED() check.
2003-02-12 Jeffrey Stedfast <fejj@ximian.com> * vfolder-rule.c (source_add): Get rid of the need for the GTK_WIDGET_DESTROYED() check. svn path=/trunk/; revision=19898
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r--filter/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index 6e7f9c8629..0c7181b12d 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,8 @@
+2003-02-12 Jeffrey Stedfast <fejj@ximian.com>
+
+ * vfolder-rule.c (source_add): Get rid of the need for the
+ GTK_WIDGET_DESTROYED() check.
+
2003-02-07 Jeffrey Stedfast <fejj@ximian.com>
* filter-editor.c (filter_editor_new): Use g_object_new()