Bug fix with changing the list for which a task belongs
authorEd Page <epage@Dulcinea.(none)>
Sun, 12 Apr 2009 02:24:48 +0000 (21:24 -0500)
committerEd Page <epage@Dulcinea.(none)>
Sun, 12 Apr 2009 02:24:48 +0000 (21:24 -0500)
src/rtmilk.py

index 79686ce..8d2b53a 100644 (file)
@@ -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,