Uncommentted a line commented by mistake
authorSergio Villar Senin <svillar@igalia.com>
Thu, 12 Nov 2009 09:07:33 +0000 (10:07 +0100)
committerSergio Villar Senin <svillar@igalia.com>
Thu, 12 Nov 2009 09:07:33 +0000 (10:07 +0100)
src/hildon2/modest-address-book.c

index c5d9b7d..62e7461 100644 (file)
@@ -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, &current_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);
                        }