diff options
-rw-r--r-- | calendar/ChangeLog | 6 | ||||
-rw-r--r-- | calendar/pcs/cal.c | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index f42e1d9552..59d1105df2 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2002-07-12 Peter Williams <peterw@ximian.com> + + * pcs/cal.c: Sigh, fix for the wombat.idl -> Evolution-Wombat.idl + rename here too. At least grep indicates that's all that needs to + be fixed. + 2002-07-08 Peter Williams <peterw@ximian.com> * gui/Makefile.am (INCLUDES): Change the -I flags to get diff --git a/calendar/pcs/cal.c b/calendar/pcs/cal.c index 2d2f953a86..26ed90de76 100644 --- a/calendar/pcs/cal.c +++ b/calendar/pcs/cal.c @@ -26,7 +26,7 @@ #include "cal.h" #include "cal-backend.h" #include "query.h" -#include "wombat.h" +#include "Evolution-Wombat.h" #define PARENT_TYPE BONOBO_X_OBJECT_TYPE |