diff options
author | Milan Crha <mcrha@redhat.com> | 2009-05-01 02:51:39 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-05-01 02:51:39 +0800 |
commit | 7961048944d446f523a9ed12c811d7c2e8a47e97 (patch) | |
tree | a63b03bbde46b46163e794ded10f2e22276a3295 /calendar/gui/dialogs/cal-prefs-dialog.h | |
parent | 8f2b4f9c6554698af19a39223acc33f965e2dfca (diff) | |
download | gsoc2013-evolution-7961048944d446f523a9ed12c811d7c2e8a47e97.tar gsoc2013-evolution-7961048944d446f523a9ed12c811d7c2e8a47e97.tar.gz gsoc2013-evolution-7961048944d446f523a9ed12c811d7c2e8a47e97.tar.bz2 gsoc2013-evolution-7961048944d446f523a9ed12c811d7c2e8a47e97.tar.lz gsoc2013-evolution-7961048944d446f523a9ed12c811d7c2e8a47e97.tar.xz gsoc2013-evolution-7961048944d446f523a9ed12c811d7c2e8a47e97.tar.zst gsoc2013-evolution-7961048944d446f523a9ed12c811d7c2e8a47e97.zip |
Bug #273818 - Allow scrolling Month View by a week only
Edit->Preferences->Calendar and Tasks, tab Display, option
Scroll Month View by a week.
Diffstat (limited to 'calendar/gui/dialogs/cal-prefs-dialog.h')
-rw-r--r-- | calendar/gui/dialogs/cal-prefs-dialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/cal-prefs-dialog.h b/calendar/gui/dialogs/cal-prefs-dialog.h index 559eacced7..30b62440e5 100644 --- a/calendar/gui/dialogs/cal-prefs-dialog.h +++ b/calendar/gui/dialogs/cal-prefs-dialog.h @@ -67,6 +67,7 @@ struct _CalendarPrefsDialog { GtkWidget *compress_weekend; GtkWidget *dnav_show_week_no; GtkWidget *dview_show_week_no; + GtkWidget *month_scroll_by_week; GtkWidget *tasks_due_today_color; GtkWidget *tasks_overdue_color; GtkWidget *tasks_hide_completed; |