diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-05-26 02:56:25 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-05-26 02:56:25 +0800 |
commit | 03df6fccdefe8b11215183bf4dcfef71eef2290c (patch) | |
tree | c0e67e591a087e22dd3103640de37d4c1006ee6f /addressbook/ChangeLog | |
parent | 870ddbe4d271bdd0f7b3b33192c66f84c6c41e91 (diff) | |
download | gsoc2013-evolution-03df6fccdefe8b11215183bf4dcfef71eef2290c.tar gsoc2013-evolution-03df6fccdefe8b11215183bf4dcfef71eef2290c.tar.gz gsoc2013-evolution-03df6fccdefe8b11215183bf4dcfef71eef2290c.tar.bz2 gsoc2013-evolution-03df6fccdefe8b11215183bf4dcfef71eef2290c.tar.lz gsoc2013-evolution-03df6fccdefe8b11215183bf4dcfef71eef2290c.tar.xz gsoc2013-evolution-03df6fccdefe8b11215183bf4dcfef71eef2290c.tar.zst gsoc2013-evolution-03df6fccdefe8b11215183bf4dcfef71eef2290c.zip |
Correct the height calculation here to not include the
2001-05-25 Christopher James Lahey <clahey@ximian.com>
* gui/widgets/e-addressbook-reflow-adapter.c (addressbook_height):
Correct the height calculation here to not include the
E_CARD_SIMPLE_FIELD_FAMILY_NAME since it won't be displayed.
* gui/widgets/e-minicard.c (remodel): Changed this to continue to
be more consistent and simpler.
svn path=/trunk/; revision=9992
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index f9958c8aea..462db8c4aa 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,12 @@ +2001-05-25 Christopher James Lahey <clahey@ximian.com> + + * gui/widgets/e-addressbook-reflow-adapter.c (addressbook_height): + Correct the height calculation here to not include the + E_CARD_SIMPLE_FIELD_FAMILY_NAME since it won't be displayed. + + * gui/widgets/e-minicard.c (remodel): Changed this to continue to + be more consistent and simpler. + 2001-05-23 Chris Toshok <toshok@ximian.com> * backend/pas/pas-backend-ldap.c (view_destroy): fix strings such |