diff options
author | Peter Williams <peterw@ximian.com> | 2002-07-13 02:00:47 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2002-07-13 02:00:47 +0800 |
commit | 362f59f59030d924d8696961c99cc22ab7459e7f (patch) | |
tree | ad853e408b5597958256989746235cd6a6bef875 /calendar | |
parent | 074558a8d0be8b5fe35c563aa2e15aaa1ebcde61 (diff) | |
download | gsoc2013-evolution-362f59f59030d924d8696961c99cc22ab7459e7f.tar.gz gsoc2013-evolution-362f59f59030d924d8696961c99cc22ab7459e7f.tar.zst gsoc2013-evolution-362f59f59030d924d8696961c99cc22ab7459e7f.zip |
Sigh, fix for the wombat.idl -> Evolution-Wombat.idl rename here too. At
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.
svn path=/trunk/; revision=17443
Diffstat (limited to 'calendar')
-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 |