From 9d775d14ebcd879002ad80ed43fc88d66c01ab01 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Sat, 10 Jun 2000 21:17:12 +0000 Subject: Do e_card_simple_sync and extract_info more often. 2000-06-10 Christopher James Lahey * contact-editor/e-contact-editor.c: Do e_card_simple_sync and extract_info more often. * gui/component/addressbook.c: Added table printing code. svn path=/trunk/; revision=3512 --- addressbook/gui/contact-editor/e-contact-editor.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'addressbook/gui/contact-editor') diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index 1b7bf6b202..17a6c52119 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -506,8 +506,8 @@ categories_clicked(GtkWidget *button, EContactEditor *editor) static void save_card (EContactEditor *ce) { - e_card_simple_sync_card (ce->simple); extract_info (ce); + e_card_simple_sync_card (ce->simple); if (ce->is_new_card) gtk_signal_emit (GTK_OBJECT (ce), contact_editor_signals[ADD_CARD], @@ -564,6 +564,10 @@ file_save_as_cb (GtkWidget *widget, gpointer data) ECard *card; ce = E_CONTACT_EDITOR (data); + + extract_info (ce); + e_card_simple_sync_card (ce->simple); + card = ce->card; e_contact_save_as("Save as VCard", card); } -- cgit v1.2.3