[evolution-patches] patch for bug 317014 [Tasks]
- From: "Viren L" <lviren novell com>
- To: <evolution-patches gnome org>
- Subject: [evolution-patches] patch for bug 317014 [Tasks]
- Date: Tue, 27 Sep 2005 05:01:26 -0600
Hi,
Attached patch fixes bug
http://bugzilla.gnome.org/show_bug.cgi?id=317014
Thanks,
Viren
Index: gui/dialogs/task-editor.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/dialogs/task-editor.c,v
retrieving revision 1.84
diff -u -p -r1.84 task-editor.c
--- gui/dialogs/task-editor.c 18 Aug 2005 11:20:23 -0000 1.84
+++ gui/dialogs/task-editor.c 27 Sep 2005 10:54:24 -0000
@@ -368,11 +368,15 @@ static void
show_assignment (TaskEditor *te)
{
TaskEditorPrivate *priv;
+ CompEditorFlags flags;
priv = te->priv;
-
+
task_page_set_assignment (priv->task_page, TRUE);
+
if (!priv->assignment_shown) {
+ flags |= COMP_EDITOR_USER_ORG;
+ comp_editor_set_flags (COMP_EDITOR (te), flags);
comp_editor_append_page (COMP_EDITOR (te),
COMP_EDITOR_PAGE (priv->meet_page),
_("Assignment"));
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2803
diff -u -p -r1.2803 ChangeLog
--- ChangeLog 2 Sep 2005 13:58:02 -0000 1.2803
+++ ChangeLog 27 Sep 2005 10:54:27 -0000
@@ -1,3 +1,10 @@
+2005-09-27 Viren.L <lviren novell com>
+ Fixes: #317014
+
+ * gui/dialogs/task-editor.c (show_assignment):
+ Set the flag COMP_EDITOR_USER_ORG before appending
+ Assignment page.
+
2005-09-01 Dinesh Layek <ldinesh novell com>
Fixes #314922, 311694, 314918
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]