--- /dev/null
+--- trunk/calendar/libecal-dbus/e-cal.c.old 2006-07-05 12:23:17.000000000 +0100
++++ trunk/calendar/libecal-dbus/e-cal.c 2006-07-05 12:24:17.000000000 +0100
+@@ -2930,7 +2930,7 @@
+ E_CALENDAR_CHECK_STATUS (E_CALENDAR_STATUS_CORBA_EXCEPTION, error);
+ }
+
+- if (uid)
++ if (!uid)
+ E_CALENDAR_CHECK_STATUS (E_CALENDAR_STATUS_OTHER_ERROR, error);
+ else
+ E_CALENDAR_CHECK_STATUS (E_CALENDAR_STATUS_OK, error);
MAINTAINER = "Chris Lord <chris@openedhand.com>"
DESCRIPTION = "Evolution database backend server"
PV = "1.4.0+svn${SRCDATE}"
-PR = "r16"
+PR = "r17"
SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \
file://no_libdb.patch;patch=1 \
file://no_iconv_test.patch;patch=1 \
file://no_libedataserverui.patch;patch=1 \
file://disable_orbit.patch;patch=1;maxdate=20060126 \
+ file://fix_calendar.patch;patch=1;maxdate=20060619 \
file://iconv-detect.h"
S = "${WORKDIR}/trunk"