diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-05-24 23:54:43 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-25 00:43:11 +0800 |
commit | 2393a5d17e92435cb3d7726b04ff6f4a5c27c8db (patch) | |
tree | c69db32dede1ce4e8bc233dc7c5ef83799b258dd /shell | |
parent | 7702ac84d7e02093881d5a139398b1615e4070ac (diff) | |
download | gsoc2013-evolution-2393a5d17e92435cb3d7726b04ff6f4a5c27c8db.tar.gz gsoc2013-evolution-2393a5d17e92435cb3d7726b04ff6f4a5c27c8db.tar.zst gsoc2013-evolution-2393a5d17e92435cb3d7726b04ff6f4a5c27c8db.zip |
Eliminate redundant E_ICON_SIZE_* enumeration.
Diffstat (limited to 'shell')
-rw-r--r-- | shell/e-shell-importer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-importer.c b/shell/e-shell-importer.c index 8a639342b1..69a30ee3a6 100644 --- a/shell/e-shell-importer.c +++ b/shell/e-shell-importer.c @@ -676,7 +676,7 @@ e_shell_importer_start_import (EShellWindow *shell_window) data->import = e_import_new("org.gnome.evolution.shell.importer"); - icon = e_icon_factory_get_icon ("stock_mail-import", E_ICON_SIZE_DIALOG); + icon = e_icon_factory_get_icon ("stock_mail-import", GTK_ICON_SIZE_DIALOG); dialog_open = TRUE; data->window = shell_window; |