[evolution/wip/webkit2] Correct calendar Week/Month View event creation on double-click



commit 0c4363ac9fbcf1bd1d10b40971f710346108ce71
Author: Milan Crha <mcrha redhat com>
Date:   Thu Nov 13 10:47:01 2014 +0100

    Correct calendar Week/Month View event creation on double-click
    
    Wrong parameters had been passed into the created function, causing
    incorrect behaviour with event time rounding for the past times.

 calendar/gui/e-week-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/calendar/gui/e-week-view.c b/calendar/gui/e-week-view.c
index de543cb..de3c7c7 100644
--- a/calendar/gui/e-week-view.c
+++ b/calendar/gui/e-week-view.c
@@ -2795,7 +2795,7 @@ e_week_view_on_button_press (GtkWidget *widget,
                                week_view->before_click_dtstart,
                                week_view->before_click_dtend);
                }
-               e_calendar_view_new_appointment_full (E_CALENDAR_VIEW (week_view), FALSE, FALSE, 
calendar_config_get_prefer_meeting ());
+               e_calendar_view_new_appointment_full (E_CALENDAR_VIEW (week_view), FALSE, 
calendar_config_get_prefer_meeting (), FALSE);
                return TRUE;
        }
 


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