aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2006-06-19 23:21:55 +0800
committerTor Lillqvist <tml@src.gnome.org>2006-06-19 23:21:55 +0800
commitd71bbed0bd9d3bfd491c3c72049c79e4af6ce019 (patch)
tree33248ddd35688a25b9314ba27f7c29fb88993be9 /shell/ChangeLog
parent00616affbab883a044e1c048c6f887f2f55bd11b (diff)
downloadgsoc2013-evolution-d71bbed0bd9d3bfd491c3c72049c79e4af6ce019.tar
gsoc2013-evolution-d71bbed0bd9d3bfd491c3c72049c79e4af6ce019.tar.gz
gsoc2013-evolution-d71bbed0bd9d3bfd491c3c72049c79e4af6ce019.tar.bz2
gsoc2013-evolution-d71bbed0bd9d3bfd491c3c72049c79e4af6ce019.tar.lz
gsoc2013-evolution-d71bbed0bd9d3bfd491c3c72049c79e4af6ce019.tar.xz
gsoc2013-evolution-d71bbed0bd9d3bfd491c3c72049c79e4af6ce019.tar.zst
gsoc2013-evolution-d71bbed0bd9d3bfd491c3c72049c79e4af6ce019.zip
Don't call bonobo_activation_active_server_unregister() here, it's too
2006-06-17 Tor Lillqvist <tml@novell.com> * e-shell.c (impl_finalize): Don't call bonobo_activation_active_server_unregister() here, it's too late, the EShell Bonobo object has already been deactivated and its associated CORBA object is NULL. (notify_no_windows_left_idle_cb): Instead, call bonobo_activation_active_server_unregister() here, when the EShell Bonobo object is still fully active. svn path=/trunk/; revision=32177
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 378718b44f..cd6bc43ea5 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,13 @@
+2006-06-17 Tor Lillqvist <tml@novell.com>
+
+ * e-shell.c (impl_finalize): Don't call
+ bonobo_activation_active_server_unregister() here, it's too late,
+ the EShell Bonobo object has already been deactivated and its
+ associated CORBA object is NULL.
+ (notify_no_windows_left_idle_cb): Instead, call
+ bonobo_activation_active_server_unregister() here, when the EShell
+ Bonobo object is still fully active.
+
2006-06-19 Srinivasa Ragavan <sragavan@novell.com>
** Fixes bug #252814