aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-08-18 02:26:09 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-08-18 02:26:09 +0800
commit88a9573572927f7d4a515ff130997bb9bdb16cfc (patch)
tree7b97163b3da872ba52ebafe4eb8a1218a620891f /shell/ChangeLog
parentba8d4eb49a8a67d3eb123d2c111a9acbe2cb6273 (diff)
downloadgsoc2013-evolution-88a9573572927f7d4a515ff130997bb9bdb16cfc.tar
gsoc2013-evolution-88a9573572927f7d4a515ff130997bb9bdb16cfc.tar.gz
gsoc2013-evolution-88a9573572927f7d4a515ff130997bb9bdb16cfc.tar.bz2
gsoc2013-evolution-88a9573572927f7d4a515ff130997bb9bdb16cfc.tar.lz
gsoc2013-evolution-88a9573572927f7d4a515ff130997bb9bdb16cfc.tar.xz
gsoc2013-evolution-88a9573572927f7d4a515ff130997bb9bdb16cfc.tar.zst
gsoc2013-evolution-88a9573572927f7d4a515ff130997bb9bdb16cfc.zip
Added some g_warnings for when we return CORBA_OBJECT_NIL; this might help
* evolution-shell-client.c (evolution_shell_client_get_local_storage): Added some g_warnings for when we return CORBA_OBJECT_NIL; this might help to figure out what is wrong with bug #6625. Also, added a missing CORBA_exception_free(). svn path=/trunk/; revision=12165
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 45b4f096aa..9ae2116d8d 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,11 @@
+2001-08-17 Ettore Perazzoli <ettore@ximian.com>
+
+ * evolution-shell-client.c
+ (evolution_shell_client_get_local_storage): Added some g_warnings
+ for when we return CORBA_OBJECT_NIL; this might help to figure out
+ what is wrong with bug #6625. Also, added a missing
+ CORBA_exception_free().
+
2001-08-17 Jeffrey Stedfast <fejj@ximian.com>
* e-shell.c (e_shell_construct): Don't destroy the splash twice.