diff -urNd ../eds-dbus-1.4.0cvs20051004-r7/trunk/calendar/libedata-cal-dbus/e-data-cal-factory.c trunk/calendar/libedata-cal-dbus/e-data-cal-factory.c --- ../eds-dbus-1.4.0cvs20051004-r7/trunk/calendar/libedata-cal-dbus/e-data-cal-factory.c 2005-10-04 18:08:34.000000000 +0100 +++ trunk/calendar/libedata-cal-dbus/e-data-cal-factory.c 2005-10-04 19:12:54.000000000 +0100 @@ -29,7 +29,9 @@ #include #include /**/ +#if 0 #include +#endif #include #include #include @@ -403,10 +405,12 @@ loop = g_main_loop_new (NULL, FALSE); +#if 0 if (!gnome_vfs_init ()) { g_error ("Failed to initialise gnome-vfs"); } - +#endif + g_printerr ("Launching EDataCalFactory\n"); /* Obtain a connection to the session bus */ diff -urNd ../eds-dbus-1.4.0cvs20051004-r7/trunk/configure.in trunk/configure.in --- ../eds-dbus-1.4.0cvs20051004-r7/trunk/configure.in 2005-10-04 19:14:49.000000000 +0100 +++ trunk/configure.in 2005-10-04 19:12:07.000000000 +0100 @@ -1203,7 +1203,7 @@ dnl --- evolution-calendar flags -EVOLUTION_CALENDAR_DEPS="libxml-2.0 gobject-2.0 gconf-2.0 gnome-vfs-2.0 dbus-glib-1" +EVOLUTION_CALENDAR_DEPS="libxml-2.0 gobject-2.0 gconf-2.0 dbus-glib-1" EVO_SET_COMPILE_FLAGS(EVOLUTION_CALENDAR, $EVOLUTION_CALENDAR_DEPS) AC_SUBST(EVOLUTION_CALENDAR_CFLAGS)