aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2001-04-27 07:36:15 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2001-04-27 07:36:15 +0800
commit49c15eb9c91aee5f318aee040c72eca8bcf92253 (patch)
treeed8309a2743a54cd08b4a375f9982e0d07bdad3d /calendar/ChangeLog
parent6722d22f5fba8217d396c0d8555bf78ffb0634e9 (diff)
downloadgsoc2013-evolution-49c15eb9c91aee5f318aee040c72eca8bcf92253.tar
gsoc2013-evolution-49c15eb9c91aee5f318aee040c72eca8bcf92253.tar.gz
gsoc2013-evolution-49c15eb9c91aee5f318aee040c72eca8bcf92253.tar.bz2
gsoc2013-evolution-49c15eb9c91aee5f318aee040c72eca8bcf92253.tar.lz
gsoc2013-evolution-49c15eb9c91aee5f318aee040c72eca8bcf92253.tar.xz
gsoc2013-evolution-49c15eb9c91aee5f318aee040c72eca8bcf92253.tar.zst
gsoc2013-evolution-49c15eb9c91aee5f318aee040c72eca8bcf92253.zip
Replace "<" by "<=" in the comparison for due dates against the current
2001-04-26 Federico Mena Quintero <federico@ximian.com> * gui/calendar-model.c (get_is_overdue): Replace "<" by "<=" in the comparison for due dates against the current time. This makes tasks appear immediately as red when you click Now in the due date popup field. This is not a complete solution to the more general problem of tasks staying the same color even if they become overdue while the task list remains the same on the screen. This has been logged as bug #2399. svn path=/trunk/; revision=9606
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 108f241953..16343be8b2 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,15 @@
+2001-04-26 Federico Mena Quintero <federico@ximian.com>
+
+ * gui/calendar-model.c (get_is_overdue): Replace "<" by "<=" in
+ the comparison for due dates against the current time. This makes
+ tasks appear immediately as red when you click Now in the due date
+ popup field.
+
+ This is not a complete solution to the more general problem of
+ tasks staying the same color even if they become overdue while the
+ task list remains the same on the screen. This has been logged as
+ bug #2399.
+
2001-04-26 Ettore Perazzoli <ettore@ximian.com>
* gui/dialogs/Makefile.am (INCLUDES): Add `$(EXTRA_GNOME_CFLAGS)'.