aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-settings-dialog.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-settings-dialog.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-settings-dialog.c')
-rw-r--r--shell/e-shell-settings-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-settings-dialog.c b/shell/e-shell-settings-dialog.c
index a34b7c4843..dbfb2c502a 100644
--- a/shell/e-shell-settings-dialog.c
+++ b/shell/e-shell-settings-dialog.c
@@ -204,7 +204,7 @@ load_pages (EShellSettingsDialog *dialog)
if (g_path_is_absolute (icon_path)) {
icon = gdk_pixbuf_new_from_file (icon_path, NULL);
} else {
- icon = e_icon_factory_get_icon (icon_path, 48);
+ icon = e_icon_factory_get_icon (icon_path, E_ICON_SIZE_DIALOG);
}
}