From: Sergio Villar Senin Date: Mon, 8 Jun 2009 17:07:05 +0000 (+0200) Subject: Fixed a typo X-Git-Tag: 3.0.17-rc13~6 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=267c17d05a062f35eac752d85748956e9177fc55 Fixed a typo --- diff --git a/src/hildon2/modest-address-book.c b/src/hildon2/modest-address-book.c index d460222..0c4486f 100644 --- a/src/hildon2/modest-address-book.c +++ b/src/hildon2/modest-address-book.c @@ -219,7 +219,7 @@ get_recipients_for_given_contact (EContact * contact, emailid = get_email_addr_from_user(display_name, canceled); if (emailid) { - e_contact_set(contact, E_CONTACT_EMAIL_1, emailid); + e_contact_set(E_CONTACT (abook_contact), E_CONTACT_EMAIL_1, emailid); osso_abook_contact_commit (abook_contact, FALSE, NULL, NULL); } g_object_unref (abook_contact);