diff options
Diffstat (limited to 'shell/e-shell-importer.c')
-rw-r--r-- | shell/e-shell-importer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-shell-importer.c b/shell/e-shell-importer.c index e28a339191..0c82f91989 100644 --- a/shell/e-shell-importer.c +++ b/shell/e-shell-importer.c @@ -415,6 +415,8 @@ start_import (const char *folderpath, if (evolution_importer_client_load_file (icd->client, filename, folderpath) == FALSE) { label = g_strdup_printf (_("Error loading %s"), filename); + e_notice (NULL, GNOME_MESSAGE_BOX_ERROR, label); + gtk_label_set_text (GTK_LABEL (icd->contents), label); g_free (label); while (gtk_events_pending ()) |