aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r--shell/e-shell-view.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c
index f3ce68ad07..36e41beb6b 100644
--- a/shell/e-shell-view.c
+++ b/shell/e-shell-view.c
@@ -1163,10 +1163,10 @@ socket_destroy_cb (GtkWidget *socket_widget, gpointer data)
e_shell_view_display_uri (shell_view, NULL);
- e_notice (GTK_WINDOW (shell_view), GNOME_MESSAGE_BOX_ERROR,
- _("Ooops! The view for `%s' has died unexpectedly. :-(\n"
- "This probably means that the %s component has crashed."),
- uri, e_folder_get_type_string (folder));
+ e_shell_component_maybe_crashed (priv->shell,
+ uri,
+ e_folder_get_type_string (folder),
+ shell_view);
g_free (copy_of_uri);