aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog4
-rw-r--r--shell/e-shell-importer.c2
2 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 1631f2e74a..38cda220cc 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-04 Iain Holmes <iain@ximian.com>
+
+ * e-shell-importer.c (start_importer): Report errors in a dialog
+
2001-09-04 Ettore Perazzoli <ettore@ximian.com>
* e-activity-handler.c (impl_operationProgressing): Just ignore
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 ())