From cb7fe75ee27fa1b7bc93353ccabb6bf3f037098a Mon Sep 17 00:00:00 2001 From: Tim Su Date: Wed, 4 Aug 2010 20:58:17 -0700 Subject: [PATCH] oops... typo in set status --- .../com/todoroo/astrid/producteev/api/ProducteevInvoker.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrid/plugin-src/com/todoroo/astrid/producteev/api/ProducteevInvoker.java b/astrid/plugin-src/com/todoroo/astrid/producteev/api/ProducteevInvoker.java index c68d03b19..39ba64b61 100644 --- a/astrid/plugin-src/com/todoroo/astrid/producteev/api/ProducteevInvoker.java +++ b/astrid/plugin-src/com/todoroo/astrid/producteev/api/ProducteevInvoker.java @@ -163,7 +163,7 @@ public class ProducteevInvoker { * @return array tasks/view */ public JSONObject tasksSetStatus(long idTask, int status) throws ApiServiceException, IOException { - return callAuthenticated("tasks/set_star.json", + return callAuthenticated("tasks/set_status.json", "token", token, "id_task", idTask, "status", status);