aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/eab-editor.c
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2005-07-29 14:35:22 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2005-07-29 14:35:22 +0800
commit02f38237c0120267ec05bf4dfd288e36b14e629b (patch)
treeb9de099b02edb91082fb1361a8b70d502dfe8368 /addressbook/gui/contact-editor/eab-editor.c
parent6fb4a4f31a6eb1f6b4d0b560725091264c178e0f (diff)
downloadgsoc2013-evolution-02f38237c0120267ec05bf4dfd288e36b14e629b.tar
gsoc2013-evolution-02f38237c0120267ec05bf4dfd288e36b14e629b.tar.gz
gsoc2013-evolution-02f38237c0120267ec05bf4dfd288e36b14e629b.tar.bz2
gsoc2013-evolution-02f38237c0120267ec05bf4dfd288e36b14e629b.tar.lz
gsoc2013-evolution-02f38237c0120267ec05bf4dfd288e36b14e629b.tar.xz
gsoc2013-evolution-02f38237c0120267ec05bf4dfd288e36b14e629b.tar.zst
gsoc2013-evolution-02f38237c0120267ec05bf4dfd288e36b14e629b.zip
Fixes the bug #309416
2005-07-29 Srinivasa Ragavan <sragavan@novell.com> * 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
Diffstat (limited to 'addressbook/gui/contact-editor/eab-editor.c')
-rw-r--r--addressbook/gui/contact-editor/eab-editor.c2
1 files changed, 1 insertions, 1 deletions
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;