From 02f38237c0120267ec05bf4dfd288e36b14e629b Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Fri, 29 Jul 2005 06:35:22 +0000 Subject: Fixes the bug #309416 2005-07-29 Srinivasa Ragavan * gui/contact-editor/eab-editor.c: (eab_editor_prompt_to_save_changes) (eab_editor_request_close_all) Fixes the bug #309416 svn path=/trunk/; revision=29932 --- addressbook/ChangeLog | 5 +++++ addressbook/gui/contact-editor/eab-editor.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index b9604e32b2..84104e3ac6 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2005-07-29 Srinivasa Ragavan + + * gui/contact-editor/eab-editor.c: (eab_editor_prompt_to_save_changes) + (eab_editor_request_close_all) Fixes the bug #309416 + 2005-07-29 Srinivasa Ragavan * tools/evolution-addressbook-export-list-cards.c: (output_n_cards_file) diff --git a/addressbook/gui/contact-editor/eab-editor.c b/addressbook/gui/contact-editor/eab-editor.c index 65b985c153..7c0efa0cca 100644 --- a/addressbook/gui/contact-editor/eab-editor.c +++ b/addressbook/gui/contact-editor/eab-editor.c @@ -269,6 +269,7 @@ eab_editor_prompt_to_save_changes (EABEditor *editor, GtkWindow *window) return FALSE; } eab_editor_save_contact (editor, TRUE); + eab_editor_close (EAB_EDITOR (editor)); return TRUE; case GTK_RESPONSE_NO: eab_editor_close (EAB_EDITOR (editor)); @@ -298,7 +299,6 @@ eab_editor_request_close_all (void) retval = FALSE; break; } - eab_editor_close (editor); } return retval; -- cgit