[tasks] actions: fix wrong return value



commit c2919d76c9f1c717a678329dc1d1e2d6e7b0dffb
Author: Ross Burton <ross burton intel com>
Date:   Thu Feb 23 13:33:44 2012 +0000

    actions: fix wrong return value

 libkoto/koto-actions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libkoto/koto-actions.c b/libkoto/koto-actions.c
index 906691e..2e35283 100644
--- a/libkoto/koto-actions.c
+++ b/libkoto/koto-actions.c
@@ -258,5 +258,5 @@ koto_action_modify_task (ECal *cal, KotoTask *task, icalcomponent *old, KotoUndo
     icalcomponent_free (old);
   }
 
-  return TRUE;
+  return ret;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]