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/pcs | |
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/pcs')
-rw-r--r-- | calendar/pcs/cal.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |