diff options
author | Trent Lloyd <lathiat@sixlabs.org> | 2004-04-19 01:49:39 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-04-19 01:49:39 +0800 |
commit | d4d421a5dde39a20ea46ca44c013ad5b3a04a3d1 (patch) | |
tree | dda49cd1c3ecf4c2ca3244efdf73c0ae395913cd /calendar/ChangeLog | |
parent | 415fbd7101ccee054ca4b86d0a2d6ebfaaf736f2 (diff) | |
download | gsoc2013-evolution-d4d421a5dde39a20ea46ca44c013ad5b3a04a3d1.tar.gz gsoc2013-evolution-d4d421a5dde39a20ea46ca44c013ad5b3a04a3d1.tar.zst gsoc2013-evolution-d4d421a5dde39a20ea46ca44c013ad5b3a04a3d1.zip |
include libecal/e-cal-component.h to kill implicit declaration of
2004-04-17 Trent Lloyd <lathiat@sixlabs.org>
* gui/e-calendar-view.c: include libecal/e-cal-component.h to kill
implicit declaration of e_cal_component_get_recur_id_as_string at line
869.
svn path=/trunk/; revision=25504
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 25fa64bd72..b810a3f356 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2004-04-17 Trent Lloyd <lathiat@sixlabs.org> + + * gui/e-calendar-view.c: include libecal/e-cal-component.h to kill + implicit declaration of e_cal_component_get_recur_id_as_string at line + 869. + 2004-04-15 Gary Ekker <gekker@novell.com> Fixes #52271 |