aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnu.org>1999-07-30 00:24:16 +0800
committerArturo Espinosa <unammx@src.gnome.org>1999-07-30 00:24:16 +0800
commit92e605a31eece7d7e15a24aa1ba791000db834f8 (patch)
tree893c19a17cf55e2271f29df33f10aa4457bd35d7 /calendar/ChangeLog
parentcabedf4da95562f8372a543840748ea43dff2a91 (diff)
downloadgsoc2013-evolution-92e605a31eece7d7e15a24aa1ba791000db834f8.tar
gsoc2013-evolution-92e605a31eece7d7e15a24aa1ba791000db834f8.tar.gz
gsoc2013-evolution-92e605a31eece7d7e15a24aa1ba791000db834f8.tar.bz2
gsoc2013-evolution-92e605a31eece7d7e15a24aa1ba791000db834f8.tar.lz
gsoc2013-evolution-92e605a31eece7d7e15a24aa1ba791000db834f8.tar.xz
gsoc2013-evolution-92e605a31eece7d7e15a24aa1ba791000db834f8.tar.zst
gsoc2013-evolution-92e605a31eece7d7e15a24aa1ba791000db834f8.zip
If the enddate is not set, set the repeatForever to 1. This fixes all of
1999-07-28 Miguel de Icaza <miguel@gnu.org> * calendar-pilot-sync.c: (sync_object_to_pilot): If the enddate is not set, set the repeatForever to 1. This fixes all of the birthdays problems I had. svn path=/trunk/; revision=1042
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index e9d3776cc5..dff89e965e 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,6 +1,10 @@
1999-07-28 Miguel de Icaza <miguel@gnu.org>
- * calendar-pilot-sync.c: Make the code not take arguments
+ * calendar-pilot-sync.c: (sync_object_to_pilot): If the enddate is
+ not set, set the repeatForever to 1. This fixes all of the
+ birthdays problems I had.
+
+ Make the code not take arguments
(sync_cal_to_pilot): Nice event update information
* calendar.c (calendar_new): Add Event UID hash table.