aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2002-11-08 15:14:50 +0800
committerChris Toshok <toshok@src.gnome.org>2002-11-08 15:14:50 +0800
commit94c61bbfadcc832956c77837d2d1524482484715 (patch)
tree3b9c30a63ad6183df96dbcf59c440a5e4e05a8fd /shell/ChangeLog
parentef7e69f0f3fd13c783e93d49fe39918d21e52dad (diff)
downloadgsoc2013-evolution-94c61bbfadcc832956c77837d2d1524482484715.tar
gsoc2013-evolution-94c61bbfadcc832956c77837d2d1524482484715.tar.gz
gsoc2013-evolution-94c61bbfadcc832956c77837d2d1524482484715.tar.bz2
gsoc2013-evolution-94c61bbfadcc832956c77837d2d1524482484715.tar.lz
gsoc2013-evolution-94c61bbfadcc832956c77837d2d1524482484715.tar.xz
gsoc2013-evolution-94c61bbfadcc832956c77837d2d1524482484715.tar.zst
gsoc2013-evolution-94c61bbfadcc832956c77837d2d1524482484715.zip
guard against multiple calls. fixes a crash whenever a task finishes (the
2002-11-07 Chris Toshok <toshok@ximian.com> * e-task-widget.c (impl_destroy): guard against multiple calls. fixes a crash whenever a task finishes (the addressbook finishing loading, etc.). * e-shell-marshal.list: add NONE:BOOL for evolution-shell-component. * evolution-shell-component.c (class_init): register the signals with g_signal_new. svn path=/trunk/; revision=18661
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 4318d8edfa..a8f6dfe002 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,15 @@
+2002-11-07 Chris Toshok <toshok@ximian.com>
+
+ * e-task-widget.c (impl_destroy): guard against multiple calls.
+ fixes a crash whenever a task finishes (the addressbook finishing
+ loading, etc.).
+
+ * e-shell-marshal.list: add NONE:BOOL for
+ evolution-shell-component.
+
+ * evolution-shell-component.c (class_init): register the signals
+ with g_signal_new.
+
2002-11-05 Ettore Perazzoli <ettore@ximian.com>
* e-shell.c (e_shell_show_settings): Allow type being NULL.