diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-10-01 23:01:57 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-10-01 23:01:57 +0800 |
commit | 789887c10263b1f81f1dd91bf0d69e6ced1ee0e4 (patch) | |
tree | 7f5684f88192f37742e8f45ab5dafd1f6154a33c /calendar/gui/e-calendar-view.h | |
parent | 1172430c0cacb388cace35cba714432e493b8ca0 (diff) | |
download | gsoc2013-evolution-789887c10263b1f81f1dd91bf0d69e6ced1ee0e4.tar.gz gsoc2013-evolution-789887c10263b1f81f1dd91bf0d69e6ced1ee0e4.tar.zst gsoc2013-evolution-789887c10263b1f81f1dd91bf0d69e6ced1ee0e4.zip |
fixes 257649.
svn path=/trunk/; revision=30464
Diffstat (limited to 'calendar/gui/e-calendar-view.h')
-rw-r--r-- | calendar/gui/e-calendar-view.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/calendar/gui/e-calendar-view.h b/calendar/gui/e-calendar-view.h index dbcfbc55f7..17778e3a2b 100644 --- a/calendar/gui/e-calendar-view.h +++ b/calendar/gui/e-calendar-view.h @@ -54,7 +54,9 @@ typedef enum { E_CAL_VIEW_MOVE_UP, E_CAL_VIEW_MOVE_DOWN, E_CAL_VIEW_MOVE_LEFT, - E_CAL_VIEW_MOVE_RIGHT + E_CAL_VIEW_MOVE_RIGHT, + E_CAL_VIEW_MOVE_PAGE_UP, + E_CAL_VIEW_MOVE_PAGE_DOWN } ECalViewMoveDirection; #define E_CALENDAR_VIEW_EVENT_FIELDS \ |