diff options
author | Chris Toshok <toshok@ximian.com> | 2004-05-26 01:49:21 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-05-26 01:49:21 +0800 |
commit | 2c1c352d0640abb61b1711ba97d786d2584dbfaf (patch) | |
tree | 22c158c46f17511a327896108e046c9826f96cc4 /addressbook/ChangeLog | |
parent | d49714cc98da1c7cabb99fe38436e5af398229a1 (diff) | |
download | gsoc2013-evolution-2c1c352d0640abb61b1711ba97d786d2584dbfaf.tar gsoc2013-evolution-2c1c352d0640abb61b1711ba97d786d2584dbfaf.tar.gz gsoc2013-evolution-2c1c352d0640abb61b1711ba97d786d2584dbfaf.tar.bz2 gsoc2013-evolution-2c1c352d0640abb61b1711ba97d786d2584dbfaf.tar.lz gsoc2013-evolution-2c1c352d0640abb61b1711ba97d786d2584dbfaf.tar.xz gsoc2013-evolution-2c1c352d0640abb61b1711ba97d786d2584dbfaf.tar.zst gsoc2013-evolution-2c1c352d0640abb61b1711ba97d786d2584dbfaf.zip |
reenable this function, in a slightly broken manner. we don't have
2004-05-25 Chris Toshok <toshok@ximian.com>
* gui/component/select-names/e-select-names-text-model.c
(e_select_names_text_model_activate_obj): reenable this function,
in a slightly broken manner. we don't have e_contact_get_book
anymore (well, we never had it really... but we lost
e_card_get_book). load the system addressbook and supply that to
the editors. shouldn't be a problem, since it's a read-only
editor anyway.
svn path=/trunk/; revision=26082
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 38e7f7301b..6d458c194c 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,15 @@ 2004-05-25 Chris Toshok <toshok@ximian.com> + * gui/component/select-names/e-select-names-text-model.c + (e_select_names_text_model_activate_obj): reenable this function, + in a slightly broken manner. we don't have e_contact_get_book + anymore (well, we never had it really... but we lost + e_card_get_book). load the system addressbook and supply that to + the editors. shouldn't be a problem, since it's a read-only + editor anyway. + +2004-05-25 Chris Toshok <toshok@ximian.com> + [ fixes #58654 ] * gui/component/select-names/e-select-names.c (update_query): |