aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-startup-wizard.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-startup-wizard.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-startup-wizard.c')
-rw-r--r--shell/e-shell-startup-wizard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-startup-wizard.c b/shell/e-shell-startup-wizard.c
index 984a83df40..b659abffa5 100644
--- a/shell/e-shell-startup-wizard.c
+++ b/shell/e-shell-startup-wizard.c
@@ -501,7 +501,7 @@ make_timezone_page (SWData *data)
page->page = glade_xml_get_widget (data->wizard, "timezone-page");
g_return_val_if_fail (page->page != NULL, NULL);
- pixbuf = e_icon_factory_get_icon ("stock_timezone", 48);
+ pixbuf = e_icon_factory_get_icon ("stock_timezone", E_ICON_SIZE_DIALOG);
gnome_druid_page_standard_set_logo (GNOME_DRUID_PAGE_STANDARD (page->page), pixbuf);
g_object_unref (pixbuf);