[evolution] Bug 740577 - Calendar Month view keyboard scroll down misplaced



commit de696bd045962bc85175ab90fdac6a1495f197d6
Author: Milan Crha <mcrha redhat com>
Date:   Thu Nov 27 09:01:42 2014 +0100

    Bug 740577 - Calendar Month view keyboard scroll down misplaced

 calendar/gui/e-month-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/calendar/gui/e-month-view.c b/calendar/gui/e-month-view.c
index a159190..265d974 100644
--- a/calendar/gui/e-month-view.c
+++ b/calendar/gui/e-month-view.c
@@ -81,7 +81,7 @@ month_view_cursor_key_down (EWeekView *week_view)
                if (e_calendar_view_get_selected_time_range (
                        E_CALENDAR_VIEW (week_view), &current, NULL)) {
 
-                       current = time_add_week (current, -1);
+                       current = time_add_week (current, 1);
                        e_week_view_scroll_a_step (
                                week_view, E_CAL_VIEW_MOVE_PAGE_DOWN);
                        e_week_view_set_selected_time_range_visible (


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]