diff options
author | Milan Crha <mcrha@redhat.com> | 2008-03-31 18:01:55 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-03-31 18:01:55 +0800 |
commit | 53b7122d0ef5487ef0ab084d8d3f6d2fdf2a2199 (patch) | |
tree | bfbdd6ccb084b61f4dd32e0cbb2e899b72e16d5b /addressbook/ChangeLog | |
parent | 0e3447e1da95111e3b12f3b3109e4f3e87f809e6 (diff) | |
download | gsoc2013-evolution-53b7122d0ef5487ef0ab084d8d3f6d2fdf2a2199.tar gsoc2013-evolution-53b7122d0ef5487ef0ab084d8d3f6d2fdf2a2199.tar.gz gsoc2013-evolution-53b7122d0ef5487ef0ab084d8d3f6d2fdf2a2199.tar.bz2 gsoc2013-evolution-53b7122d0ef5487ef0ab084d8d3f6d2fdf2a2199.tar.lz gsoc2013-evolution-53b7122d0ef5487ef0ab084d8d3f6d2fdf2a2199.tar.xz gsoc2013-evolution-53b7122d0ef5487ef0ab084d8d3f6d2fdf2a2199.tar.zst gsoc2013-evolution-53b7122d0ef5487ef0ab084d8d3f6d2fdf2a2199.zip |
** Fix for bug #506347
2008-03-31 Milan Crha <mcrha@redhat.com>
** Fix for bug #506347
* gui/widgets/eab-contact-display.c:
(eab_contact_display_render_compact):
Inherit background colors from actual theme, do not use hardcoded one.
svn path=/trunk/; revision=35290
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 61e25d03e1..6ac33d7f7c 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,13 @@ 2008-03-31 Milan Crha <mcrha@redhat.com> + ** Fix for bug #506347 + + * gui/widgets/eab-contact-display.c: + (eab_contact_display_render_compact): + Inherit background colors from actual theme, do not use hardcoded one. + +2008-03-31 Milan Crha <mcrha@redhat.com> + ** Fix for bug #404241 * gui/widgets/e-minicard.c: (get_email_location), (add_email_field): |