diff options
author | Dan Winship <danw@src.gnome.org> | 2000-05-12 05:18:24 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-05-12 05:18:24 +0800 |
commit | ad6e274f8759c27493783aeed9cd01cc8eeae975 (patch) | |
tree | 161d8f31315b48f2d8563d3476b2c59a8add471e /calendar/ChangeLog | |
parent | 802d83d5a0686eb1add75533544198f74368b6b7 (diff) | |
download | gsoc2013-evolution-ad6e274f8759c27493783aeed9cd01cc8eeae975.tar gsoc2013-evolution-ad6e274f8759c27493783aeed9cd01cc8eeae975.tar.gz gsoc2013-evolution-ad6e274f8759c27493783aeed9cd01cc8eeae975.tar.bz2 gsoc2013-evolution-ad6e274f8759c27493783aeed9cd01cc8eeae975.tar.lz gsoc2013-evolution-ad6e274f8759c27493783aeed9cd01cc8eeae975.tar.xz gsoc2013-evolution-ad6e274f8759c27493783aeed9cd01cc8eeae975.tar.zst gsoc2013-evolution-ad6e274f8759c27493783aeed9cd01cc8eeae975.zip |
remove unused timezone variable to make this compile on BSD systems (where
* pcs/icalendar-save.c (timet_to_icaltime): remove unused timezone
variable to make this compile on BSD systems (where timezone is
the name of a function)
svn path=/trunk/; revision=2996
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 13e2b7e80f..2b898fb46a 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2000-05-11 Dan Winship <danw@helixcode.com> + + * pcs/icalendar-save.c (timet_to_icaltime): remove unused timezone + variable to make this compile on BSD systems (where timezone is + the name of a function) + 2000-05-11 Federico Mena Quintero <federico@helixcode.com> * gui/gnome-cal.c (gnome_calendar_update_all): Removed unused |