aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.h
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/e-shell.h
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/e-shell.h')
-rw-r--r--shell/e-shell.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h
index 98545b396d..17444967a1 100644
--- a/shell/e-shell.h
+++ b/shell/e-shell.h
@@ -85,6 +85,11 @@ gboolean e_shell_restore_from_settings (EShell *shell);
void e_shell_quit (EShell *shell);
+void e_shell_component_maybe_crashed (EShell *shell,
+ const char *uri,
+ const char *type_name,
+ EShellView *shell_view);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */