diff options
-rw-r--r-- | libwombat/ChangeLog | 4 | ||||
-rw-r--r-- | libwombat/wombat-client.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libwombat/ChangeLog b/libwombat/ChangeLog index a8f9e98290..7e2a0026f7 100644 --- a/libwombat/ChangeLog +++ b/libwombat/ChangeLog @@ -1,3 +1,7 @@ +2002-07-12 Peter Williams <peterw@ximian.com> + + * wombat-client.h: Oops, change wombat.h -> Evolution-Wombat.h + 2002-07-09 Peter Williams <peterw@ximian.com> * Makefile.am: Reference the renamed Evolution-Wombat.idl diff --git a/libwombat/wombat-client.h b/libwombat/wombat-client.h index 272ca58a1a..72303ade12 100644 --- a/libwombat/wombat-client.h +++ b/libwombat/wombat-client.h @@ -24,7 +24,7 @@ #include <libgnome/gnome-defs.h> #include <bonobo/bonobo-xobject.h> -#include "wombat.h" +#include "Evolution-Wombat.h" BEGIN_GNOME_DECLS |