diff options
author | Chris Lord <chris@openedhand.com> | 2006-07-05 11:31:05 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2006-07-05 11:31:05 +0000 |
commit | 3f812f20421cf10e01afcdc4ac2d80b21642143d (patch) | |
tree | eb566e231a0ae3e31d827e5acd50be7f0aa27115 /openembedded/packages/eds/eds-dbus | |
parent | 5426fb4ebd087ab75490a27bd9ac6074ff1881c0 (diff) | |
download | openembedded-core-3f812f20421cf10e01afcdc4ac2d80b21642143d.tar.gz openembedded-core-3f812f20421cf10e01afcdc4ac2d80b21642143d.tar.bz2 openembedded-core-3f812f20421cf10e01afcdc4ac2d80b21642143d.tar.xz openembedded-core-3f812f20421cf10e01afcdc4ac2d80b21642143d.zip |
Back-port calendar fix from r420, should fix Dates (which needs to be updated)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@503 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/eds/eds-dbus')
-rw-r--r-- | openembedded/packages/eds/eds-dbus/fix_calendar.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/openembedded/packages/eds/eds-dbus/fix_calendar.patch b/openembedded/packages/eds/eds-dbus/fix_calendar.patch new file mode 100644 index 000000000..dab40a822 --- /dev/null +++ b/openembedded/packages/eds/eds-dbus/fix_calendar.patch @@ -0,0 +1,11 @@ +--- 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); |