From 731e83ac7fdef0f6b6e180d48a3f00dd1ba8a02a Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Mon, 31 Jul 2006 09:54:41 +0000 Subject: Fixes #344927 svn path=/trunk/; revision=32447 --- calendar/gui/dialogs/task-page.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'calendar/gui/dialogs/task-page.c') diff --git a/calendar/gui/dialogs/task-page.c b/calendar/gui/dialogs/task-page.c index bd354d7bd3..581714dc00 100644 --- a/calendar/gui/dialogs/task-page.c +++ b/calendar/gui/dialogs/task-page.c @@ -327,7 +327,7 @@ clear_widgets (TaskPage *tpage) e_date_edit_set_time (E_DATE_EDIT (priv->due_date), 0); /* Classification */ - priv->classification = E_CAL_COMPONENT_CLASS_PRIVATE; + priv->classification = E_CAL_COMPONENT_CLASS_PUBLIC; set_classification_menu (tpage, priv->classification); /* Categories */ @@ -644,6 +644,7 @@ task_page_fill_widgets (CompEditorPage *page, ECalComponent *comp) break; } set_classification_menu (tpage, cl); + priv->classification = cl; e_cal_component_get_uid (comp, &uid); if (e_cal_get_object (COMP_EDITOR_PAGE (tpage)->client, uid, NULL, &icalcomp, NULL)) { -- cgit v1.2.3