[evolution] Bug 216130 - Be able to set reminders for tasks
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Bug 216130 - Be able to set reminders for tasks
- Date: Mon, 2 Nov 2015 16:53:51 +0000 (UTC)
commit 60fe3e9ce07e9e40b5e1af90eebd761d34c69db8
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]