aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-importer.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-04-20 05:49:10 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-04-20 05:49:10 +0800
commitc2d154017138f36aebb6a4d6d1aad9234e9e4cec (patch)
tree3b26863358c2bd092bf96629296aebb54041366c /shell/e-shell-importer.c
parente739391cceefb5b2c60c83f0aced1f8f399092f2 (diff)
downloadgsoc2013-evolution-c2d154017138f36aebb6a4d6d1aad9234e9e4cec.tar
gsoc2013-evolution-c2d154017138f36aebb6a4d6d1aad9234e9e4cec.tar.gz
gsoc2013-evolution-c2d154017138f36aebb6a4d6d1aad9234e9e4cec.tar.bz2
gsoc2013-evolution-c2d154017138f36aebb6a4d6d1aad9234e9e4cec.tar.lz
gsoc2013-evolution-c2d154017138f36aebb6a4d6d1aad9234e9e4cec.tar.xz
gsoc2013-evolution-c2d154017138f36aebb6a4d6d1aad9234e9e4cec.tar.zst
gsoc2013-evolution-c2d154017138f36aebb6a4d6d1aad9234e9e4cec.zip
Same.
2004-04-19 Jeffrey Stedfast <fejj@ximian.com> * e-user-creatable-items-handler.c (ensure_menu_items): Same. * e-shell-startup-wizard.c (make_timezone_page): Same. * e-shell-settings-dialog.c (load_pages): Same. * e-shell-importer.c (e_shell_importer_start_import): Same. * e-component-registry.c (query_components): Don't use absolute pixel sizes, use the E_ICON_SIZE enums instead. svn path=/trunk/; revision=25528
Diffstat (limited to 'shell/e-shell-importer.c')
-rw-r--r--shell/e-shell-importer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-shell-importer.c b/shell/e-shell-importer.c
index d167ad36e8..5482409cb1 100644
--- a/shell/e-shell-importer.c
+++ b/shell/e-shell-importer.c
@@ -1147,8 +1147,8 @@ e_shell_importer_start_import (EShellWindow *shell_window)
return;
}
- icon = e_icon_factory_get_icon ("stock_import", 48);
-
+ icon = e_icon_factory_get_icon ("stock_import", E_ICON_SIZE_DIALOG);
+
dialog_open = TRUE;
data->window = shell_window;
data->shell = e_shell_window_peek_shell (data->window);