aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog6
-rw-r--r--shell/e-shell-importer.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 7436d4e7e1..76dbf39a86 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,9 @@
+2004-07-22 Jeffrey Stedfast <fejj@novell.com>
+
+ * e-shell-importer.c (e_shell_importer_start_import): Use
+ stock_mail-import instead of stock_import? *shrug* Fixes bug
+ #61778.
+
2004-07-08 Frederic Crozat <fcrozat@mandrakesoft.com>
* Makefile.am:
diff --git a/shell/e-shell-importer.c b/shell/e-shell-importer.c
index 4357012075..bc217b20f2 100644
--- a/shell/e-shell-importer.c
+++ b/shell/e-shell-importer.c
@@ -1177,7 +1177,7 @@ e_shell_importer_start_import (EShellWindow *shell_window)
return;
}
- icon = e_icon_factory_get_icon ("stock_import", E_ICON_SIZE_DIALOG);
+ icon = e_icon_factory_get_icon ("stock_mail-import", E_ICON_SIZE_DIALOG);
dialog_open = TRUE;
data->window = shell_window;