[evolution-patches] Patch for #29032
- From: Hans Petter Jansson <hpj ximian com>
- To: evolution-patches ximian com
- Subject: [evolution-patches] Patch for #29032
- Date: Tue, 26 Aug 2003 19:00:09 -0500
I can't see why this shouldn't go into the 1-4 branch.
--
Hans Petter
? evolution-calendar-itip-crash.patch
? evolution-calendar-itip-destroy-chain.patch
? evolution-calendar-task-progress.patch
? log
? gui/dispose
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.1860
diff -u -p -r1.1860 ChangeLog
--- ChangeLog 22 Aug 2003 15:26:16 -0000 1.1860
+++ ChangeLog 26 Aug 2003 23:58:13 -0000
@@ -1,3 +1,9 @@
+2003-08-26 Hans Petter Jansson <hpj ximian com>
+
+ * gui/dialogs/task-details-page.c (status_changed): Don't set percent
+ complete to 50% when task status is set to "In Progress". Fixes
+ #29032.
+
2003-08-22 Frederic Crozat <fcrozat mandrakesoft com>
* gui/alarm-notify/notify-main.c: (main):
Index: gui/dialogs/task-details-page.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/dialogs/task-details-page.c,v
retrieving revision 1.33
diff -u -p -r1.33 task-details-page.c
--- gui/dialogs/task-details-page.c 13 Jul 2003 19:29:41 -0000 1.33
+++ gui/dialogs/task-details-page.c 26 Aug 2003 23:58:13 -0000
@@ -594,7 +594,6 @@ status_changed (GtkMenu *menu, TaskDetai
e_date_edit_set_time (E_DATE_EDIT (priv->completed_date), ctime);
complete_date_changed (tdpage, 0, FALSE);
} else if (status == ICAL_STATUS_INPROCESS) {
- e_dialog_spin_set (priv->percent_complete, 50);
e_date_edit_set_time (E_DATE_EDIT (priv->completed_date), ctime);
complete_date_changed (tdpage, 0, FALSE);
} else if (status == ICAL_STATUS_COMPLETED) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]