From d364b46165a668e8f8760d3e4ec8335a6f05dab6 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Wed, 8 Aug 2001 16:55:27 +0000 Subject: better to assume that we can write to the local addressbook than that we 2001-08-08 Chris Toshok * gui/contact-editor/e-contact-quick-add.c (ce_have_book): better to assume that we can write to the local addressbook than that we can't write to it :) svn path=/trunk/; revision=11798 --- addressbook/ChangeLog | 6 ++++++ addressbook/gui/contact-editor/e-contact-quick-add.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 7bc7b3115a..5ea346cb8e 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2001-08-08 Chris Toshok + + * gui/contact-editor/e-contact-quick-add.c (ce_have_book): better + to assume that we can write to the local addressbook than that we + can't write to it :) + 2001-08-08 Chris Toshok * gui/contact-list-editor/e-contact-list-editor.c (create_ui): diff --git a/addressbook/gui/contact-editor/e-contact-quick-add.c b/addressbook/gui/contact-editor/e-contact-quick-add.c index 096f038dd7..64e4202291 100644 --- a/addressbook/gui/contact-editor/e-contact-quick-add.c +++ b/addressbook/gui/contact-editor/e-contact-quick-add.c @@ -179,7 +179,7 @@ ce_have_book (EBook *book, gpointer closure) g_warning ("Couldn't open local address book."); quick_add_unref (qa); } else { - EContactEditor *contact_editor = e_contact_editor_new (book, qa->card, TRUE, FALSE /* XXX */); + EContactEditor *contact_editor = e_contact_editor_new (book, qa->card, TRUE, TRUE /* XXX */); gtk_signal_connect (GTK_OBJECT (contact_editor), "card_added", -- cgit v1.2.3