diff options
author | Miguel de Icaza <miguel@nuclecu.unam.mx> | 1998-05-26 12:10:07 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-05-26 12:10:07 +0800 |
commit | 8a0171737e2a0b3be9e277003c3987f2f8297eb8 (patch) | |
tree | 1cdabeb0e51b65b8c710d701e8483a485f65ab20 /calendar/ChangeLog | |
parent | 9dd60a1845bdb3c0f3a5acd7f0475bfc5f0e8707 (diff) | |
download | gsoc2013-evolution-8a0171737e2a0b3be9e277003c3987f2f8297eb8.tar gsoc2013-evolution-8a0171737e2a0b3be9e277003c3987f2f8297eb8.tar.gz gsoc2013-evolution-8a0171737e2a0b3be9e277003c3987f2f8297eb8.tar.bz2 gsoc2013-evolution-8a0171737e2a0b3be9e277003c3987f2f8297eb8.tar.lz gsoc2013-evolution-8a0171737e2a0b3be9e277003c3987f2f8297eb8.tar.xz gsoc2013-evolution-8a0171737e2a0b3be9e277003c3987f2f8297eb8.tar.zst gsoc2013-evolution-8a0171737e2a0b3be9e277003c3987f2f8297eb8.zip |
Use the contents of ee->ical->dtstart for computing the predefined values
1998-05-25 Miguel de Icaza <miguel@nuclecu.unam.mx>
* eventedit.c (ee_rp_init_rule): Use the contents of
ee->ical->dtstart for computing the predefined values of the recurrence.
svn path=/trunk/; revision=239
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 38dd97b5b7..8efaab7283 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,8 @@ 1998-05-25 Miguel de Icaza <miguel@nuclecu.unam.mx> + * eventedit.c (ee_rp_init_rule): Use the contents of + ee->ical->dtstart for computing the predefined values of the recurrence. + * gncal-full-day.c (gncal_full_day_unrealize): Fix the gc destruction in the unrealization code and fix the pixmap unrefing. |