diff options
author | Chris Toshok <toshok@ximian.com> | 2004-03-11 09:12:40 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-03-11 09:12:40 +0800 |
commit | ecda7da11e893ff29258388c7b594b5ef4fa902a (patch) | |
tree | 80685fc2839b32129c22b13ecd431ec4c0f07a74 /addressbook/ChangeLog | |
parent | e79281f85ef0f04b10db12d8aa8b4c49cdb64929 (diff) | |
download | gsoc2013-evolution-ecda7da11e893ff29258388c7b594b5ef4fa902a.tar gsoc2013-evolution-ecda7da11e893ff29258388c7b594b5ef4fa902a.tar.gz gsoc2013-evolution-ecda7da11e893ff29258388c7b594b5ef4fa902a.tar.bz2 gsoc2013-evolution-ecda7da11e893ff29258388c7b594b5ef4fa902a.tar.lz gsoc2013-evolution-ecda7da11e893ff29258388c7b594b5ef4fa902a.tar.xz gsoc2013-evolution-ecda7da11e893ff29258388c7b594b5ef4fa902a.tar.zst gsoc2013-evolution-ecda7da11e893ff29258388c7b594b5ef4fa902a.zip |
#if 0 this, since nothing uses it anymore. (accum_address): new function,
2004-03-10 Chris Toshok <toshok@ximian.com>
* gui/widgets/eab-contact-display.c (render_address): #if 0 this,
since nothing uses it anymore.
(accum_address): new function, build up a GString.
(accum_name_value): same.
(accum_attribute): same.
(render_contact): don't just blindly render the work/personal
blocks, since if they're empty it looks stupid. instead,
accumulate each block into a GString and only output the entire
block if the string is non-empty.
svn path=/trunk/; revision=25018
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index f259a9d11a..340d5ccd03 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,17 @@ 2004-03-10 Chris Toshok <toshok@ximian.com> + * gui/widgets/eab-contact-display.c (render_address): #if 0 this, + since nothing uses it anymore. + (accum_address): new function, build up a GString. + (accum_name_value): same. + (accum_attribute): same. + (render_contact): don't just blindly render the work/personal + blocks, since if they're empty it looks stupid. instead, + accumulate each block into a GString and only output the entire + block if the string is non-empty. + +2004-03-10 Chris Toshok <toshok@ximian.com> + * gui/contact-editor/e-contact-editor.c (phone_entry_changed): phone_choice is an index into the phones array. (_phone_arrow_pressed): same. |