Set default toolbar icon size in hildon 2
authorJose Dapena Paz <jdapena@igalia.com>
Tue, 10 Feb 2009 14:47:07 +0000 (14:47 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Tue, 10 Feb 2009 14:47:07 +0000 (14:47 +0000)
pmo-trunk-r7450

src/modest-init.c

index f41c88a..40c1454 100644 (file)
@@ -679,7 +679,11 @@ init_stock_icons (void)
 #ifndef MODEST_PLATFORM_GTK  
                        pixbuf = gtk_icon_theme_load_icon (current_theme,
                                                           items_names[i],
+#ifdef MODEST_TOOLKIT_HILDON2
+                                                          48,
+#else
                                                           26,
+#endif
                                                           GTK_ICON_LOOKUP_NO_SVG,
                                                           NULL);
 #else