diff options
author | Seth Alves <alves@src.gnome.org> | 2000-08-05 07:37:17 +0800 |
---|---|---|
committer | Seth Alves <alves@src.gnome.org> | 2000-08-05 07:37:17 +0800 |
commit | 83bf2090acb12e1b0354f5924a05e0780b0d6ea4 (patch) | |
tree | e7c03ddf6d053ffcc1f908ca3a36ff377ccd861d /calendar/conduits/todo/todo-conduit.h | |
parent | 08f484c66062063c88fa46c71127be8dc174feef (diff) | |
download | gsoc2013-evolution-83bf2090acb12e1b0354f5924a05e0780b0d6ea4.tar gsoc2013-evolution-83bf2090acb12e1b0354f5924a05e0780b0d6ea4.tar.gz gsoc2013-evolution-83bf2090acb12e1b0354f5924a05e0780b0d6ea4.tar.bz2 gsoc2013-evolution-83bf2090acb12e1b0354f5924a05e0780b0d6ea4.tar.lz gsoc2013-evolution-83bf2090acb12e1b0354f5924a05e0780b0d6ea4.tar.xz gsoc2013-evolution-83bf2090acb12e1b0354f5924a05e0780b0d6ea4.tar.zst gsoc2013-evolution-83bf2090acb12e1b0354f5924a05e0780b0d6ea4.zip |
if oaf isn't initialized by the time the conduit starts, start it up. we
* conduits/todo/todo-conduit.c (conduit_get_gpilot_conduit): if
oaf isn't initialized by the time the conduit starts, start it
up. we do this because we need to start wombat with oaf, and
gpilotd doesn't currently start oaf.
svn path=/trunk/; revision=4539
Diffstat (limited to 'calendar/conduits/todo/todo-conduit.h')
-rw-r--r-- | calendar/conduits/todo/todo-conduit.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/calendar/conduits/todo/todo-conduit.h b/calendar/conduits/todo/todo-conduit.h index 05b9c00d18..7ffc1bd5d3 100644 --- a/calendar/conduits/todo/todo-conduit.h +++ b/calendar/conduits/todo/todo-conduit.h @@ -14,12 +14,16 @@ #include <cal-util/calobj.h> #include <cal-util/timeutil.h> +/* #ifdef USING_OAF #include <liboaf/liboaf.h> #else #include <libgnorba/gnorba.h> #endif +*/ +#include <liboaf/liboaf.h> +#include <libgnorba/gnorba.h> /* This is the local record structure for the GnomeCal conduit. */ typedef struct _GCalLocalRecord GCalLocalRecord; |