diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-04-20 05:49:10 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-04-20 05:49:10 +0800 |
commit | c2d154017138f36aebb6a4d6d1aad9234e9e4cec (patch) | |
tree | 3b26863358c2bd092bf96629296aebb54041366c /shell/e-shell-startup-wizard.c | |
parent | e739391cceefb5b2c60c83f0aced1f8f399092f2 (diff) | |
download | gsoc2013-evolution-c2d154017138f36aebb6a4d6d1aad9234e9e4cec.tar.gz 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.c | 2 |
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); |