aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-11-15 04:48:58 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-11-15 04:48:58 +0800
commit7a6310d1181aeb72d742e0549f577009b4c285ce (patch)
tree7acc9ff66a1b635bf5ecd091fcbd5795567a0cf1 /shell/ChangeLog
parent60daa6d24b557fb31e35b37d76105195e2e69f81 (diff)
downloadgsoc2013-evolution-7a6310d1181aeb72d742e0549f577009b4c285ce.tar
gsoc2013-evolution-7a6310d1181aeb72d742e0549f577009b4c285ce.tar.gz
gsoc2013-evolution-7a6310d1181aeb72d742e0549f577009b4c285ce.tar.bz2
gsoc2013-evolution-7a6310d1181aeb72d742e0549f577009b4c285ce.tar.lz
gsoc2013-evolution-7a6310d1181aeb72d742e0549f577009b4c285ce.tar.xz
gsoc2013-evolution-7a6310d1181aeb72d742e0549f577009b4c285ce.tar.zst
gsoc2013-evolution-7a6310d1181aeb72d742e0549f577009b4c285ce.zip
Avoid freeing the servant for now, it looks like something is messed up
* evolution-shell-component-client.c (destroy_listener_interface): Avoid freeing the servant for now, it looks like something is messed up and this causes a crash on exit. * evolution-storage-set-view-listener.c (impl_finalize): Do not invoke POA_GNOME_Evolution_StorageSetViewListener__fini(). * evolution-storage-listener.c (impl_finalize): Do not invoke POA_GNOME_Evolution_StorageListener__fini(). * e-shell-offline-sync.c (progress_listener_servant_free): Do not invoke POA_GNOME_Evolution_SyncFolderProgressListener__fini(). * e-shell-offline-handler.c (progress_listener_servant_free): Do not invoke POA_GNOME_Evolution_OfflineProgressListener__fini(). * e-corba-storage.c (impl_dispose): Do not invoke POA_GNOME_Evolution_StorageListener__fini(). * evolution-shell-component-client.c (destroy_listener_interface): Do not invoke POA_GNOME_Evolution_ShellComponentListener__fini(). svn path=/trunk/; revision=18759
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 89f67988a5..ac19b76ac1 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,29 @@
2002-11-14 Ettore Perazzoli <ettore@ximian.com>
+ * evolution-shell-component-client.c (destroy_listener_interface):
+ Avoid freeing the servant for now, it looks like something is
+ messed up and this causes a crash on exit.
+
+ * evolution-storage-set-view-listener.c (impl_finalize): Do not
+ invoke POA_GNOME_Evolution_StorageSetViewListener__fini().
+
+ * evolution-storage-listener.c (impl_finalize): Do not invoke
+ POA_GNOME_Evolution_StorageListener__fini().
+
+ * e-shell-offline-sync.c (progress_listener_servant_free): Do not
+ invoke POA_GNOME_Evolution_SyncFolderProgressListener__fini().
+
+ * e-shell-offline-handler.c (progress_listener_servant_free): Do
+ not invoke POA_GNOME_Evolution_OfflineProgressListener__fini().
+
+ * e-corba-storage.c (impl_dispose): Do not invoke
+ POA_GNOME_Evolution_StorageListener__fini().
+
+ * evolution-shell-component-client.c (destroy_listener_interface):
+ Do not invoke POA_GNOME_Evolution_ShellComponentListener__fini().
+
+2002-11-14 Ettore Perazzoli <ettore@ximian.com>
+
* main.c (quit_box_destroyed_callback): Removed.
(no_views_left_cb): Use g_object_add_weak_pointer() instad of
connecting to the "destroy" signal.