diff options
author | Dan Winship <danw@src.gnome.org> | 2002-08-20 03:31:59 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-08-20 03:31:59 +0800 |
commit | 58084b908ae3b3cdf0cb65137d8825007086ffb5 (patch) | |
tree | ad36fb5eef267aa0c46b4d87868f32ed3c1da1b0 /addressbook/ChangeLog | |
parent | b090003f8bc69b8b79cadc2d1bed639f257531cb (diff) | |
download | gsoc2013-evolution-58084b908ae3b3cdf0cb65137d8825007086ffb5.tar.gz gsoc2013-evolution-58084b908ae3b3cdf0cb65137d8825007086ffb5.tar.zst gsoc2013-evolution-58084b908ae3b3cdf0cb65137d8825007086ffb5.zip |
add an "addresses" property, to get the "Dan Winship <danw@ximian.com>"
* gui/component/select-names/e-select-names-bonobo.c
(entry_get_property_fn): add an "addresses" property, to get the
"Dan Winship <danw@ximian.com>" form, as opposed to "text", which
gets you what's displayed, which might be just "Dan Winship".
(entry_set_property_fn): When setting, just reuse the "text" code,
since it should properly cardify everything for us anyway.
(impl_SelectNames_get_entry_for_section): Add the property.
svn path=/trunk/; revision=17803
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 410ebb1e95..a92016d810 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,13 @@ +2002-08-19 Dan Winship <danw@ximian.com> + + * gui/component/select-names/e-select-names-bonobo.c + (entry_get_property_fn): add an "addresses" property, to get the + "Dan Winship <danw@ximian.com>" form, as opposed to "text", which + gets you what's displayed, which might be just "Dan Winship". + (entry_set_property_fn): When setting, just reuse the "text" code, + since it should properly cardify everything for us anyway. + (impl_SelectNames_get_entry_for_section): Add the property. + 2002-08-16 Chris Toshok <toshok@ximian.com> * gui/component/addressbook-config.c |