diff options
author | Kidd Wang <kiddwang@src.gnome.org> | 2004-04-27 16:57:13 +0800 |
---|---|---|
committer | Kidd Wang <kiddwang@src.gnome.org> | 2004-04-27 16:57:13 +0800 |
commit | 82e05d3fb1bc1e715ef17290375419239c88cb31 (patch) | |
tree | 7142c2c1fd4a523f91c888fb5ce5c5ba0d0f4d46 /calendar/ChangeLog | |
parent | 60d23895f74a901e27a8118f9d97186d5e6a60c1 (diff) | |
download | gsoc2013-evolution-82e05d3fb1bc1e715ef17290375419239c88cb31.tar gsoc2013-evolution-82e05d3fb1bc1e715ef17290375419239c88cb31.tar.gz gsoc2013-evolution-82e05d3fb1bc1e715ef17290375419239c88cb31.tar.bz2 gsoc2013-evolution-82e05d3fb1bc1e715ef17290375419239c88cb31.tar.lz gsoc2013-evolution-82e05d3fb1bc1e715ef17290375419239c88cb31.tar.xz gsoc2013-evolution-82e05d3fb1bc1e715ef17290375419239c88cb31.tar.zst gsoc2013-evolution-82e05d3fb1bc1e715ef17290375419239c88cb31.zip |
compare the start time and the due time only when both are not null.
* gui/e-cal-model-tasks.c: (ecmt_set_value_at): compare the start
time and the due time only when both are not null.
svn path=/trunk/; revision=25627
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index df30826223..7bb546ce3d 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2004-04-27 Kidd Wang <kidd.wang@sun.com> + + * gui/e-cal-model-tasks.c: (ecmt_set_value_at): compare the start + time and the due time only when both are not null. + 2004-04-26 Jeffrey Stedfast <fejj@ximian.com> * gui/migration.c (migrate_pilot_data): New function to migrate |