Properly set the title of the "Select contacts" dialog drop-split-view
authorJose Dapena Paz <jdapena@igalia.com>
Fri, 19 Dec 2008 11:43:31 +0000 (11:43 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Fri, 19 Dec 2008 11:43:31 +0000 (11:43 +0000)
pmo-drop-split-view-r6951

src/hildon2/modest-address-book.c

index 585bd00..7377e4e 100644 (file)
@@ -203,7 +203,7 @@ modest_address_book_select_addresses (ModestRecptEditor *recpt_editor)
 #else /* MODEST_ABOOK_API < 4 */
        /* TODO: figure out how to make the contact chooser modal */
        contact_chooser = osso_abook_contact_chooser_new_with_capabilities (NULL,
-                                                                           _("mcen_me_editor_selectrecipients"),
+                                                                           _AB("addr_ti_dia_select_contacts"),
                                                                            OSSO_ABOOK_CAPS_EMAIL, 
                                                                            OSSO_ABOOK_CONTACT_ORDER_NAME);
        /* Enable multiselection */
@@ -896,16 +896,9 @@ select_contacts_for_name_dialog (const gchar *name)
 
                /* TODO: figure out how to make the contact chooser modal */
                contact_dialog = osso_abook_contact_chooser_new_with_capabilities (NULL,
-<<<<<<< HEAD:src/hildon2/modest-address-book.c
                                                                                   _AB("addr_ti_dia_select_contacts"),
                                                                                   OSSO_ABOOK_CAPS_EMAIL,
                                                                                   OSSO_ABOOK_CONTACT_ORDER_NAME);
-
-=======
-                                                                                  _("mcen_me_editor_selectrecipients"),
-                                                                                  OSSO_ABOOK_CAPS_EMAIL, 
-                                                                                  OSSO_ABOOK_CONTACT_ORDER_NAME);
->>>>>>> 50e438b... Replaced a logical id by the one found in the .mo file:src/hildon2/modest-address-book.c
                osso_abook_contact_chooser_set_model (OSSO_ABOOK_CONTACT_CHOOSER (contact_dialog),
                                                      contact_model);