diff options
author | Milan Crha <mcrha@redhat.com> | 2008-08-06 16:30:24 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-08-06 16:30:24 +0800 |
commit | 854d9775036bf6b77ea1b8902fce114ba85fea59 (patch) | |
tree | 249ae6ac66d448f27d72efd3846b40adf5639e97 /addressbook/ChangeLog | |
parent | e3de01d1e3c9d539e971c7e142429f4abceb7b93 (diff) | |
download | gsoc2013-evolution-854d9775036bf6b77ea1b8902fce114ba85fea59.tar gsoc2013-evolution-854d9775036bf6b77ea1b8902fce114ba85fea59.tar.gz gsoc2013-evolution-854d9775036bf6b77ea1b8902fce114ba85fea59.tar.bz2 gsoc2013-evolution-854d9775036bf6b77ea1b8902fce114ba85fea59.tar.lz gsoc2013-evolution-854d9775036bf6b77ea1b8902fce114ba85fea59.tar.xz gsoc2013-evolution-854d9775036bf6b77ea1b8902fce114ba85fea59.tar.zst gsoc2013-evolution-854d9775036bf6b77ea1b8902fce114ba85fea59.zip |
** Fix for bug #546263
2008-08-06 Milan Crha <mcrha@redhat.com>
** Fix for bug #546263
* gui/widgets/e-minicard.c: (add_field), (add_email_field), (remodel):
Add 'width' property as the last one for 'new' item, thus it will know
all the information to properly calculate column widths. Also don't
set field names for the contact-lists. Both changes prevents messing
of minicard painting for changed contact-lists.
svn path=/trunk/; revision=35913
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 ebe9a1db47..87f96a9707 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,13 @@ +2008-08-06 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #546263 + + * gui/widgets/e-minicard.c: (add_field), (add_email_field), (remodel): + Add 'width' property as the last one for 'new' item, thus it will know + all the information to properly calculate column widths. Also don't + set field names for the contact-lists. Both changes prevents messing + of minicard painting for changed contact-lists. + 2008-08-04 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #249844 |