[evolution/wip/webkit2] Bug 216130 - Be able to set reminders for tasks



commit 9865e46b9a4fb8756e8d0b8b5ec3458ba370f180
Author: Milan Crha <mcrha redhat com>
Date:   Mon Nov 2 17:54:33 2015 +0100

    Bug 216130 - Be able to set reminders for tasks

 calendar/gui/e-comp-editor-task.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/calendar/gui/e-comp-editor-task.c b/calendar/gui/e-comp-editor-task.c
index 36c2be0..5cf0c56 100644
--- a/calendar/gui/e-comp-editor-task.c
+++ b/calendar/gui/e-comp-editor-task.c
@@ -29,6 +29,7 @@
 #include "e-comp-editor-page.h"
 #include "e-comp-editor-page-attachments.h"
 #include "e-comp-editor-page-general.h"
+#include "e-comp-editor-page-reminders.h"
 #include "e-comp-editor-property-part.h"
 #include "e-comp-editor-property-parts.h"
 
@@ -531,6 +532,9 @@ e_comp_editor_task_constructed (GObject *object)
 
        e_comp_editor_set_time_parts (comp_editor, task_editor->priv->dtstart, task_editor->priv->due_date);
 
+       page = e_comp_editor_page_reminders_new (comp_editor);
+       e_comp_editor_add_page (comp_editor, C_("ECompEditorPage", "Reminders"), page);
+
        page = e_comp_editor_page_attachments_new (comp_editor);
        e_comp_editor_add_page (comp_editor, C_("ECompEditorPage", "Attachments"), page);
 


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