[evolution/gnome-3-10] Fix Contact Editor crash.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-3-10] Fix Contact Editor crash.
- Date: Fri, 1 Nov 2013 15:19:03 +0000 (UTC)
commit 0a94c6d1f8a119a89d15f636b5c30cfe3268eb39
Author: Matthew Barnes <mbarnes redhat com>
Date: Thu Oct 31 18:25:59 2013 -0400
Fix Contact Editor crash.
When closing the window after opening it from the Address Book Map.
(cherry picked from commit 97e7a3534e7daa1f40be875b75a20dbfa0d6f665)
modules/addressbook/e-book-shell-view-actions.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/modules/addressbook/e-book-shell-view-actions.c b/modules/addressbook/e-book-shell-view-actions.c
index 125f3c3..60b7cea 100644
--- a/modules/addressbook/e-book-shell-view-actions.c
+++ b/modules/addressbook/e-book-shell-view-actions.c
@@ -347,9 +347,6 @@ map_window_show_contact_editor_cb (EContactMapWindow *window,
g_signal_connect (
editor, "contact-modified",
G_CALLBACK (contact_editor_contact_modified_cb), window);
- g_signal_connect_swapped (
- editor, "editor-closed",
- G_CALLBACK (g_object_unref), editor);
eab_editor_show (editor);
g_object_unref (client);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]