diff options
author | Milan Crha <mcrha@redhat.com> | 2011-05-13 22:55:33 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-05-13 22:55:33 +0800 |
commit | bd86dd54026ddae9d921adefb7055d8271afa89e (patch) | |
tree | 343250f20d439b2f72fa9752ff0c2acd0d0d6383 /widgets/misc/e-calendar-item.h | |
parent | 998b265b135da1b373d6e20e5c9a3b405ca26163 (diff) | |
download | gsoc2013-evolution-bd86dd54026ddae9d921adefb7055d8271afa89e.tar.gz gsoc2013-evolution-bd86dd54026ddae9d921adefb7055d8271afa89e.tar.zst gsoc2013-evolution-bd86dd54026ddae9d921adefb7055d8271afa89e.zip |
Bug #243938 - Clicking on week numbers changes work week to week view
Diffstat (limited to 'widgets/misc/e-calendar-item.h')
-rw-r--r-- | widgets/misc/e-calendar-item.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/misc/e-calendar-item.h b/widgets/misc/e-calendar-item.h index 34fa3e2be4..0b07cc7b25 100644 --- a/widgets/misc/e-calendar-item.h +++ b/widgets/misc/e-calendar-item.h @@ -161,6 +161,8 @@ struct _ECalendarItem /* Whether we show week nubers. */ gboolean show_week_numbers; + /* whether to keep same week days selected on week number click */ + gboolean keep_wdays_on_weeknum_click; /* The first day of the week, 0 (Monday) to 6 (Sunday). */ gint week_start_day; |