diff options
Diffstat (limited to 'modules/addressbook/e-book-shell-view-actions.c')
-rw-r--r-- | 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 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); |