From: Sergio Villar Senin Date: Thu, 11 Dec 2008 09:49:50 +0000 (+0000) Subject: * Fixes NB#94076, fixes select contacts dialog X-Git-Tag: git_migration_finished~948 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=84c00651722ffc876ee4a39cb2d1fa28cce533db * Fixes NB#94076, fixes select contacts dialog pmo-trunk-r6761 --- diff --git a/src/widgets/modest-recpt-editor.c b/src/widgets/modest-recpt-editor.c index dba6950..2b05481 100644 --- a/src/widgets/modest-recpt-editor.c +++ b/src/widgets/modest-recpt-editor.c @@ -337,7 +337,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 ("tasklaunch_contact", GTK_ICON_SIZE_BUTTON); + abook_icon = gtk_image_new_from_icon_name ("general_contacts", GTK_ICON_SIZE_BUTTON); #else abook_icon = gtk_image_new_from_icon_name ("qgn_list_addressbook", GTK_ICON_SIZE_BUTTON); #endif