Revert "Increase icon size to 48px"

This reverts commit c8c8720d72.
This commit is contained in:
William Jon McCann 2012-05-01 14:55:43 -04:00
parent 9d55273c14
commit d009a3fc35

View file

@ -43,7 +43,7 @@ load_pixbuf_for_gicon (GIcon *icon)
theme = gtk_icon_theme_get_default ();
icon_info = gtk_icon_theme_lookup_by_gicon (theme, icon,
48, GTK_ICON_LOOKUP_FORCE_SIZE);
32, GTK_ICON_LOOKUP_FORCE_SIZE);
if (icon_info)
{
pixbuf = gtk_icon_info_load_icon (icon_info, &err);