[evolution] Correct calendar Week/Month View event creation on double-click
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Correct calendar Week/Month View event creation on double-click
- Date: Thu, 13 Nov 2014 09:49:03 +0000 (UTC)
commit 17f560879b258e8cf9a7d0faad56e6c05d10ec02
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]