aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-11-07 06:18:29 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-11-07 06:18:29 +0800
commit45cc7467dafdecd1b7f793c72ed8bbb3fe2ee5da (patch)
treef1989ba74348c7c372aca3a5c67c3096c34e1ce7 /shell/ChangeLog
parentf2178aee93cf94dbc14c34628ca4671e348d7a2f (diff)
downloadgsoc2013-evolution-45cc7467dafdecd1b7f793c72ed8bbb3fe2ee5da.tar
gsoc2013-evolution-45cc7467dafdecd1b7f793c72ed8bbb3fe2ee5da.tar.gz
gsoc2013-evolution-45cc7467dafdecd1b7f793c72ed8bbb3fe2ee5da.tar.bz2
gsoc2013-evolution-45cc7467dafdecd1b7f793c72ed8bbb3fe2ee5da.tar.lz
gsoc2013-evolution-45cc7467dafdecd1b7f793c72ed8bbb3fe2ee5da.tar.xz
gsoc2013-evolution-45cc7467dafdecd1b7f793c72ed8bbb3fe2ee5da.tar.zst
gsoc2013-evolution-45cc7467dafdecd1b7f793c72ed8bbb3fe2ee5da.zip
Make the shell pop-up a warning dialog per component when a component
crashes, instead of a warning dialog for each of the crashed views. svn path=/trunk/; revision=6458
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index a04c095269..427567acf5 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,12 @@
2000-11-06 Ettore Perazzoli <ettore@helixcode.com>
+ * e-shell.c: New member `crash_type_names' in `EShellPrivate'.
+ (init): Init to NULL.
+ (destroy): Free.
+ (e_shell_component_maybe_crashed): New.
+
+2000-11-06 Ettore Perazzoli <ettore@helixcode.com>
+
* evolution-shell-component.c (impl_ShellComponent_create_view):
`CORBA_Object_duplicate()' the return value.