diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-11-07 06:18:29 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-11-07 06:18:29 +0800 |
commit | 45cc7467dafdecd1b7f793c72ed8bbb3fe2ee5da (patch) | |
tree | f1989ba74348c7c372aca3a5c67c3096c34e1ce7 /shell/e-shell.h | |
parent | f2178aee93cf94dbc14c34628ca4671e348d7a2f (diff) | |
download | gsoc2013-evolution-45cc7467dafdecd1b7f793c72ed8bbb3fe2ee5da.tar.gz 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.h | 5 |
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 */ |