diff options
author | Milan Crha <mcrha@redhat.com> | 2009-07-03 20:15:16 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-07-03 20:15:16 +0800 |
commit | 044adbe76a1bf09d83ece2ad7944d1d549fa4f34 (patch) | |
tree | 97a5b673130fc4dd4d001d2bc2e264684fc0a34f /calendar/gui/e-week-view.h | |
parent | d1f3e3514e8a35b62950aff3ffd7beceff94c807 (diff) | |
download | gsoc2013-evolution-044adbe76a1bf09d83ece2ad7944d1d549fa4f34.tar.gz gsoc2013-evolution-044adbe76a1bf09d83ece2ad7944d1d549fa4f34.tar.zst gsoc2013-evolution-044adbe76a1bf09d83ece2ad7944d1d549fa4f34.zip |
Bug #236996 - Calendar display for weekends in month view
Diffstat (limited to 'calendar/gui/e-week-view.h')
-rw-r--r-- | calendar/gui/e-week-view.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/e-week-view.h b/calendar/gui/e-week-view.h index 513dae247b..9ef7149d61 100644 --- a/calendar/gui/e-week-view.h +++ b/calendar/gui/e-week-view.h @@ -105,6 +105,7 @@ typedef enum E_WEEK_VIEW_COLOR_DATES, E_WEEK_VIEW_COLOR_DATES_SELECTED, E_WEEK_VIEW_COLOR_TODAY, + E_WEEK_VIEW_COLOR_MONTH_NONWORKING_DAY, E_WEEK_VIEW_COLOR_LAST } EWeekViewColors; |