From 6445ac7538ad2b26bdef3116f2c4bd18b2205e69 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Wed, 19 Sep 2001 12:47:55 +0000 Subject: add OAFIID parameter to the call to the cal_factory_oaf_register function 2001-09-19 Rodrigo Moya * wombat.c (setup_pcs): add OAFIID parameter to the call to the cal_factory_oaf_register function svn path=/trunk/; revision=12978 --- wombat/ChangeLog | 5 +++++ wombat/wombat.c | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/wombat/ChangeLog b/wombat/ChangeLog index 28b4dcd318..0c1a532596 100644 --- a/wombat/ChangeLog +++ b/wombat/ChangeLog @@ -1,3 +1,8 @@ +2001-09-19 Rodrigo Moya + + * wombat.c (setup_pcs): add OAFIID parameter to the call to the + cal_factory_oaf_register function + 2001-08-02 Jon Trowbridge * Makefile.am: Added camel dependency (now needed by ebook). diff --git a/wombat/wombat.c b/wombat/wombat.c index 61f4e911f7..966a14fdff 100644 --- a/wombat/wombat.c +++ b/wombat/wombat.c @@ -30,6 +30,8 @@ #include "wombat-moniker.h" +#define CAL_FACTORY_OAF_ID "OAFIID:GNOME_Evolution_Wombat_CalendarFactory" + /* The and addressbook calendar factories */ static CalFactory *cal_factory; @@ -134,7 +136,7 @@ setup_pcs (int argc, char **argv) cal_factory_register_method (cal_factory, "file", CAL_BACKEND_FILE_TYPE); - if (!cal_factory_oaf_register (cal_factory)) { + if (!cal_factory_oaf_register (cal_factory, CAL_FACTORY_OAF_ID)) { bonobo_object_unref (BONOBO_OBJECT (cal_factory)); cal_factory = NULL; return FALSE; -- cgit v1.2.3