From 6dff52a9fd7af80121e900b9b731c9c0e0167818 Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Thu, 12 Nov 2009 10:05:13 +0100 Subject: [PATCH] Uncommentted the line that adds contacts. It was commentted by mistake --- src/hildon2/modest-address-book.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hildon2/modest-address-book.c b/src/hildon2/modest-address-book.c index f54d389..e0850ef 100644 --- a/src/hildon2/modest-address-book.c +++ b/src/hildon2/modest-address-book.c @@ -1218,7 +1218,7 @@ selector_on_response (GtkDialog *dialog, GtkTreeModel *model = hildon_touch_selector_get_model (selector, 0); if (gtk_tree_model_get_iter (model, &iter, selected_row)) { gtk_tree_model_get (model, &iter, 0, ¤t_selection, -1); - /* modest_address_book_add_address (current_selection, user_data); */ + modest_address_book_add_address (current_selection, user_data); g_debug ("Current selection : %s", current_selection); g_free (current_selection); } -- 1.7.9.5