aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-12-28 22:47:11 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-12-28 22:47:11 +0800
commitc51b91d1e34f5e731bc2f1c9e2fd203f2bdf18f5 (patch)
tree7e9769d4df349332ae5b302a0bad7011a8ba4aae /shell/ChangeLog
parent8d50cb80ec698f2db1a6d9848232ad3935c5fcd6 (diff)
downloadgsoc2013-evolution-c51b91d1e34f5e731bc2f1c9e2fd203f2bdf18f5.tar
gsoc2013-evolution-c51b91d1e34f5e731bc2f1c9e2fd203f2bdf18f5.tar.gz
gsoc2013-evolution-c51b91d1e34f5e731bc2f1c9e2fd203f2bdf18f5.tar.bz2
gsoc2013-evolution-c51b91d1e34f5e731bc2f1c9e2fd203f2bdf18f5.tar.lz
gsoc2013-evolution-c51b91d1e34f5e731bc2f1c9e2fd203f2bdf18f5.tar.xz
gsoc2013-evolution-c51b91d1e34f5e731bc2f1c9e2fd203f2bdf18f5.tar.zst
gsoc2013-evolution-c51b91d1e34f5e731bc2f1c9e2fd203f2bdf18f5.zip
** Related to bug #562155
2008-12-28 Matthew Barnes <mbarnes@redhat.com> ** Related to bug #562155 * shell/main.c (idle_cb): Only call e_shell_set_crash_recovery() if the EShell Bonobo object was constructed successfully, otherwise it will be NULL. This fixes a warning shown in the terminal output of bug #562155, but the bug is not reproducible so it's not clear whether this fixes the bug. svn path=/trunk/; revision=36939
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 ade04fca4e..ff947e9229 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,13 @@
+2008-12-28 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Related to bug #562155
+
+ * main.c (idle_cb):
+ Only call e_shell_set_crash_recovery() if the EShell Bonobo object
+ was constructed successfully, otherwise it will be NULL. This fixes
+ a warning shown in the terminal output of bug #562155, but the bug
+ is not reproducible so it's not clear whether this fixes the bug.
+
2008-12-14 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #564416