From: Sergio Villar Senin Date: Thu, 12 Nov 2009 09:05:13 +0000 (+0100) Subject: Uncommentted the line that adds contacts. It was commentted by mistake X-Git-Tag: 3.1.14~1 X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;h=6dff52a9fd7af80121e900b9b731c9c0e0167818;p=modest Uncommentted the line that adds contacts. It was commentted by mistake --- 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); }