aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2001-06-20 08:45:48 +0800
committerChris Toshok <toshok@src.gnome.org>2001-06-20 08:45:48 +0800
commit649bc025dbf8807ab001c874a3f53de1d1826e5b (patch)
tree10c54b2bd7d29345b72feb13543368003cd404ab /addressbook/ChangeLog
parent68a1984433b5b8597ea7cf99fc2417a30dc2d89d (diff)
downloadgsoc2013-evolution-649bc025dbf8807ab001c874a3f53de1d1826e5b.tar
gsoc2013-evolution-649bc025dbf8807ab001c874a3f53de1d1826e5b.tar.gz
gsoc2013-evolution-649bc025dbf8807ab001c874a3f53de1d1826e5b.tar.bz2
gsoc2013-evolution-649bc025dbf8807ab001c874a3f53de1d1826e5b.tar.lz
gsoc2013-evolution-649bc025dbf8807ab001c874a3f53de1d1826e5b.tar.xz
gsoc2013-evolution-649bc025dbf8807ab001c874a3f53de1d1826e5b.tar.zst
gsoc2013-evolution-649bc025dbf8807ab001c874a3f53de1d1826e5b.zip
track change to e_addressbook_show_contact_editor signature.
2001-06-19 Chris Toshok <toshok@ximian.com> * gui/widgets/e-addressbook-view.c (table_double_click): track change to e_addressbook_show_contact_editor signature. * gui/widgets/e-minicard-view.c (e_minicard_view_event): same. * gui/widgets/e-minicard.c (e_minicard_event): same. * gui/widgets/e-addressbook-util.c (e_addressbook_error_dialog): add an entry for "Card ID already exists". (e_addressbook_show_contact_editor): track the change to signal names and e_contact_editor_new signature here. * gui/widgets/e-addressbook-util.h: change e_addressbook_show_contact_editor's signature to match e_contact_editor_new more closely. * gui/widgets/e-addressbook-table-adapter.c (unlink_model): free up the simple mapping to plug a potentially sizeable memory leak. * gui/component/select-names/e-select-names-text-model.c (e_select_names_text_model_activate_obj): call e_addressbook_show_contact_editor here. * gui/component/select-names/e-select-names-popup.c (edit_contact_info_have_book_cb): remove the get_supported_fields stuff, since the contact editor handles it for us now, and call e_addressbook_show_contact_editor. * gui/component/e-address-popup.c (edit_contact_info_cb): same. * gui/component/addressbook.c (new_contact_cb): track change to e_addressbook_show_contact_editor. svn path=/trunk/; revision=10318
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog35
1 files changed, 35 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 2c21b19837..17118de011 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,40 @@
2001-06-19 Chris Toshok <toshok@ximian.com>
+ * gui/widgets/e-addressbook-view.c (table_double_click): track
+ change to e_addressbook_show_contact_editor signature.
+
+ * gui/widgets/e-minicard-view.c (e_minicard_view_event): same.
+
+ * gui/widgets/e-minicard.c (e_minicard_event): same.
+
+ * gui/widgets/e-addressbook-util.c (e_addressbook_error_dialog):
+ add an entry for "Card ID already exists".
+ (e_addressbook_show_contact_editor): track the change to signal
+ names and e_contact_editor_new signature here.
+
+ * gui/widgets/e-addressbook-util.h: change
+ e_addressbook_show_contact_editor's signature to match
+ e_contact_editor_new more closely.
+
+ * gui/widgets/e-addressbook-table-adapter.c (unlink_model): free
+ up the simple mapping to plug a potentially sizeable memory leak.
+
+ * gui/component/select-names/e-select-names-text-model.c
+ (e_select_names_text_model_activate_obj): call
+ e_addressbook_show_contact_editor here.
+
+ * gui/component/select-names/e-select-names-popup.c
+ (edit_contact_info_have_book_cb): remove the get_supported_fields
+ stuff, since the contact editor handles it for us now, and call
+ e_addressbook_show_contact_editor.
+
+ * gui/component/e-address-popup.c (edit_contact_info_cb): same.
+
+ * gui/component/addressbook.c (new_contact_cb): track change to
+ e_addressbook_show_contact_editor.
+
+2001-06-19 Chris Toshok <toshok@ximian.com>
+
* contact-editor/e-contact-quick-add.c (ce_have_book): rename
ce_book_found_fields to this, remove the fetching of fields (the
contact editor code handles that now.), and change the add_card