aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-09-05 06:57:18 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-09-05 06:57:18 +0800
commitfef8a881026a6dac9e73a5b7d928811b66e77495 (patch)
tree1d0a851e74ac4b5e7b14c4c72c3db3af55b1e749 /shell/ChangeLog
parent792ed138bd8912ce3ae9c26f0fdb380a1c129d95 (diff)
downloadgsoc2013-evolution-fef8a881026a6dac9e73a5b7d928811b66e77495.tar
gsoc2013-evolution-fef8a881026a6dac9e73a5b7d928811b66e77495.tar.gz
gsoc2013-evolution-fef8a881026a6dac9e73a5b7d928811b66e77495.tar.bz2
gsoc2013-evolution-fef8a881026a6dac9e73a5b7d928811b66e77495.tar.lz
gsoc2013-evolution-fef8a881026a6dac9e73a5b7d928811b66e77495.tar.xz
gsoc2013-evolution-fef8a881026a6dac9e73a5b7d928811b66e77495.tar.zst
gsoc2013-evolution-fef8a881026a6dac9e73a5b7d928811b66e77495.zip
Just ignore the request if the activity handler has the
* e-activity-handler.c (impl_operationProgressing): Just ignore the request if the activity handler has the GTK_OBJECT_DESTROYED() flag set. This should prevent crashes like #7542 and friends when the components are not well-behaved enough to respect the Bonobo refcounting. (impl_operationStarted): Likewise. (impl_operationFinished): Likewise. (impl_requestDialog): Likewise. svn path=/trunk/; revision=12609
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 18ffd79923..1631f2e74a 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,14 @@
+2001-09-04 Ettore Perazzoli <ettore@ximian.com>
+
+ * e-activity-handler.c (impl_operationProgressing): Just ignore
+ the request if the activity handler has the GTK_OBJECT_DESTROYED()
+ flag set. This should prevent crashes like #7542 and friends when
+ the components are not well-behaved enough to respect the Bonobo
+ refcounting.
+ (impl_operationStarted): Likewise.
+ (impl_operationFinished): Likewise.
+ (impl_requestDialog): Likewise.
+
2001-09-04 Iain Holmes <iain@ximian.com>
* e-shell-importer.c (start_import): Check the file exists before trying