From: Sergio Villar Senin Date: Fri, 28 Nov 2008 12:18:57 +0000 (+0000) Subject: Removed an invalid g_object_unref X-Git-Tag: git_migration_finished~970 X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;h=daf98b6886a25e2208e78048989beccbbf60ef6e;p=modest Removed an invalid g_object_unref pmo-trunk-r6459 --- diff --git a/src/hildon2/modest-address-book.c b/src/hildon2/modest-address-book.c index a542afc..173997a 100644 --- a/src/hildon2/modest-address-book.c +++ b/src/hildon2/modest-address-book.c @@ -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) {