aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
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