diff options
author | Not Zed <NotZed@Ximian.com> | 2003-03-30 04:04:52 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2003-03-30 04:04:52 +0800 |
commit | 470bb0bff4c3623434b12e55a4934c84defee615 (patch) | |
tree | d81ffe3cc79bcf3a46f1dab27ca36c7f367daadd /calendar/ChangeLog | |
parent | e72c115df8321539521d1e1e793e27082c4d94b1 (diff) | |
download | gsoc2013-evolution-470bb0bff4c3623434b12e55a4934c84defee615.tar gsoc2013-evolution-470bb0bff4c3623434b12e55a4934c84defee615.tar.gz gsoc2013-evolution-470bb0bff4c3623434b12e55a4934c84defee615.tar.bz2 gsoc2013-evolution-470bb0bff4c3623434b12e55a4934c84defee615.tar.lz gsoc2013-evolution-470bb0bff4c3623434b12e55a4934c84defee615.tar.xz gsoc2013-evolution-470bb0bff4c3623434b12e55a4934c84defee615.tar.zst gsoc2013-evolution-470bb0bff4c3623434b12e55a4934c84defee615.zip |
Fixes #39895
2003-03-29 Not Zed <NotZed@Ximian.com>
Fixes #39895
* gui/e-day-view.h (EDayViewColors): add an unfocussed colour to
draw the selection in when we're not focussed.
* gui/e-day-view.c (e_day_view_realize): Initialise
E_DAY_VIEW_COLOR_BG_SELECTED_UNFOCUSSED to be 1/2 saturation of
the focussed colour.
* gui/e-day-view-main-item.c (e_day_view_main_item_draw): Use the
UFOCUSSED colour if we aren't focussed, rather than just not
drawing anything.
svn path=/trunk/; revision=20579
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index bc177b7cc2..0dba61eb4b 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,18 @@ +2003-03-29 Not Zed <NotZed@Ximian.com> + + Fixes #39895 + + * gui/e-day-view.h (EDayViewColors): add an unfocussed colour to + draw the selection in when we're not focussed. + + * gui/e-day-view.c (e_day_view_realize): Initialise + E_DAY_VIEW_COLOR_BG_SELECTED_UNFOCUSSED to be 1/2 saturation of + the focussed colour. + + * gui/e-day-view-main-item.c (e_day_view_main_item_draw): Use the + UFOCUSSED colour if we aren't focussed, rather than just not + drawing anything. + 2003-03-28 JP Rosevear <jpr@ximian.com> * gui/e-itip-control.c (get_servers): the shell client is a |