aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-11-01 06:25:59 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-11-01 06:25:59 +0800
commit97e7a3534e7daa1f40be875b75a20dbfa0d6f665 (patch)
tree95ab757cff636aab5d0660bc090d087f54f81a32 /modules
parent8d782da33dedb8cba308f716e2e84c7ffbdc523c (diff)
downloadgsoc2013-evolution-97e7a3534e7daa1f40be875b75a20dbfa0d6f665.tar.gz
gsoc2013-evolution-97e7a3534e7daa1f40be875b75a20dbfa0d6f665.tar.zst
gsoc2013-evolution-97e7a3534e7daa1f40be875b75a20dbfa0d6f665.zip
Fix Contact Editor crash.
When closing the window after opening it from the Address Book Map.
Diffstat (limited to 'modules')
-rw-r--r--modules/addressbook/e-book-shell-view-actions.c3
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 125f3c36d6..60b7ceaf45 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);