Removed an invalid g_object_unref
authorSergio Villar Senin <svillar@igalia.com>
Fri, 28 Nov 2008 12:18:57 +0000 (12:18 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Fri, 28 Nov 2008 12:18:57 +0000 (12:18 +0000)
pmo-trunk-r6459

src/hildon2/modest-address-book.c

index a542afc..173997a 100644 (file)
@@ -211,8 +211,6 @@ modest_address_book_select_addresses (ModestRecptEditor *recpt_editor)
        if (gtk_dialog_run (GTK_DIALOG (contact_chooser)) == GTK_RESPONSE_OK)
                contacts_list = osso_abook_contact_chooser_get_selection (OSSO_ABOOK_CONTACT_CHOOSER (contact_chooser));
        gtk_widget_destroy (contact_chooser);
-
-       g_object_unref (contact_chooser);
 #endif
        
        if (contacts_list) {