From 2afcdf5b4257cb312d8c76177cbb1a8f921590ed Mon Sep 17 00:00:00 2001 From: Ed Page Date: Sat, 11 Apr 2009 21:24:48 -0500 Subject: [PATCH] Bug fix with changing the list for which a task belongs --- src/rtmilk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rtmilk.py b/src/rtmilk.py index 79686ce..8d2b53a 100644 --- a/src/rtmilk.py +++ b/src/rtmilk.py @@ -125,7 +125,7 @@ class RtMilkManager(object): def set_project(self, taskId, newProjId): projId, seriesId, taskId = self._unpack_ids(taskId) - rsp = self._rtm.tasks.setName( + rsp = self._rtm.tasks.moveTo( timeline=self._timeline, from_list_id=projId, to_list_id=newProjId, -- 1.7.9.5