aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/eds/eds-dbus/fix_calendar.patch
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2006-12-15 15:17:41 +0000
committerRoss Burton <ross@openedhand.com>2006-12-15 15:17:41 +0000
commit7c46bcb6b4848cc67c2636f8914ce65245996973 (patch)
tree295272231cf91ee60af389952684519d9ac552a8 /meta/packages/eds/eds-dbus/fix_calendar.patch
parent8b1ea72b569ed2a46db13c141a2720d7a5f3410d (diff)
downloadopenembedded-core-7c46bcb6b4848cc67c2636f8914ce65245996973.tar.gz
Update eds-dbus to svn as of 20061215, and drop integrated patches.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1043 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/eds/eds-dbus/fix_calendar.patch')
-rw-r--r--meta/packages/eds/eds-dbus/fix_calendar.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/meta/packages/eds/eds-dbus/fix_calendar.patch b/meta/packages/eds/eds-dbus/fix_calendar.patch
deleted file mode 100644
index dab40a822a..0000000000
--- a/meta/packages/eds/eds-dbus/fix_calendar.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);