diff options
author | Chris Toshok <toshok@ximian.com> | 2003-05-20 02:41:24 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-05-20 02:41:24 +0800 |
commit | 2d3e30b912bf3c5a9473bd1b53de75752b9ec89c (patch) | |
tree | ee6eeeba71661473ce9cbfbc0dabde7fc89fcd55 /addressbook/ChangeLog | |
parent | fcb80018c0097bbf9b32a0cc66513ecc3428ee30 (diff) | |
download | gsoc2013-evolution-2d3e30b912bf3c5a9473bd1b53de75752b9ec89c.tar.gz gsoc2013-evolution-2d3e30b912bf3c5a9473bd1b53de75752b9ec89c.tar.zst gsoc2013-evolution-2d3e30b912bf3c5a9473bd1b53de75752b9ec89c.zip |
if we've got focus, set the background of the rect to bg[NORMAL], and the
2003-05-19 Chris Toshok <toshok@ximian.com>
* gui/widgets/e-minicard-label.c (set_colors): if we've got focus,
set the background of the rect to bg[NORMAL], and the fill color
of the text and label to text[NORMAL]. This will make the
background a different color than the canvas, but won't make it
use the selected background. fixes #42472
svn path=/trunk/; revision=21262
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 c779e6014b..3e300ed0ef 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,13 @@ 2003-05-19 Chris Toshok <toshok@ximian.com> + * gui/widgets/e-minicard-label.c (set_colors): if we've got focus, + set the background of the rect to bg[NORMAL], and the fill color + of the text and label to text[NORMAL]. This will make the + background a different color than the canvas, but won't make it + use the selected background. fixes #42472 + +2003-05-19 Chris Toshok <toshok@ximian.com> + * gui/merging/e-card-merging.c (e_card_merging_book_commit_card): add a g_object_ref(card), to match the one in e_card_merging_book_add_card. Fixes #43175. |