aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-importer.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@novell.com>2004-07-24 00:44:13 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-07-24 00:44:13 +0800
commitcbfa4ef50c6e5a376d0208e499e30f5e3f0fedc1 (patch)
tree4fbb02dd81b88e806994842d5dd7853cbbcfdeb9 /shell/e-shell-importer.c
parent51de0e2907614701c1f2fb451df7446acb9cc107 (diff)
downloadgsoc2013-evolution-cbfa4ef50c6e5a376d0208e499e30f5e3f0fedc1.tar
gsoc2013-evolution-cbfa4ef50c6e5a376d0208e499e30f5e3f0fedc1.tar.gz
gsoc2013-evolution-cbfa4ef50c6e5a376d0208e499e30f5e3f0fedc1.tar.bz2
gsoc2013-evolution-cbfa4ef50c6e5a376d0208e499e30f5e3f0fedc1.tar.lz
gsoc2013-evolution-cbfa4ef50c6e5a376d0208e499e30f5e3f0fedc1.tar.xz
gsoc2013-evolution-cbfa4ef50c6e5a376d0208e499e30f5e3f0fedc1.tar.zst
gsoc2013-evolution-cbfa4ef50c6e5a376d0208e499e30f5e3f0fedc1.zip
Use stock_mail-import instead of stock_import? *shrug* Fixes bug #61778.
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. svn path=/trunk/; revision=26716
Diffstat (limited to 'shell/e-shell-importer.c')
-rw-r--r--shell/e-shell-importer.c2
1 files changed, 1 insertions, 1 deletions
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;