From 1268cf22c5b6d8fc566ba1d04ab5e6038e845737 Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Wed, 17 Dec 2008 10:46:44 +0000 Subject: [PATCH] Set abook icon to finger size in recipient editor for hildon2 pmo-drop-split-view-r6903 --- src/widgets/modest-recpt-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/modest-recpt-editor.c b/src/widgets/modest-recpt-editor.c index aa6683e..97e0ddd 100644 --- a/src/widgets/modest-recpt-editor.c +++ b/src/widgets/modest-recpt-editor.c @@ -357,7 +357,7 @@ modest_recpt_editor_instance_init (GTypeInstance *instance, gpointer g_class) GTK_WIDGET_UNSET_FLAGS (priv->abook_button, GTK_CAN_FOCUS); gtk_button_set_alignment (GTK_BUTTON (priv->abook_button), 1.0, 1.0); #ifdef MODEST_TOOLKIT_HILDON2 - abook_icon = gtk_image_new_from_icon_name ("general_contacts", GTK_ICON_SIZE_BUTTON); + abook_icon = gtk_image_new_from_icon_name ("general_contacts", HILDON_ICON_SIZE_FINGER); #else abook_icon = gtk_image_new_from_icon_name ("qgn_list_addressbook", GTK_ICON_SIZE_BUTTON); #endif -- 1.7.9.5