diff options
author | Milan Crha <mcrha@redhat.com> | 2011-05-13 22:55:33 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:42:15 +0800 |
commit | a79844ab0d4d3b62b85fe8da73d08c80d9cdc375 (patch) | |
tree | 5ea711a5dc59e90a8416bdd0e735bc8465b48528 /widgets/misc/e-calendar-item.h | |
parent | 757c1ded565f66497fe6e617cbb618ee81004328 (diff) | |
download | gsoc2013-evolution-a79844ab0d4d3b62b85fe8da73d08c80d9cdc375.tar gsoc2013-evolution-a79844ab0d4d3b62b85fe8da73d08c80d9cdc375.tar.gz gsoc2013-evolution-a79844ab0d4d3b62b85fe8da73d08c80d9cdc375.tar.bz2 gsoc2013-evolution-a79844ab0d4d3b62b85fe8da73d08c80d9cdc375.tar.lz gsoc2013-evolution-a79844ab0d4d3b62b85fe8da73d08c80d9cdc375.tar.xz gsoc2013-evolution-a79844ab0d4d3b62b85fe8da73d08c80d9cdc375.tar.zst gsoc2013-evolution-a79844ab0d4d3b62b85fe8da73d08c80d9cdc375.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; |