From 775d5368962af099ab280096983bc194ab45cc4f Mon Sep 17 00:00:00 2001 From: Arne Jans Date: Fri, 6 May 2011 22:00:25 +0200 Subject: [PATCH] Fixed sync-duplicating. Actually I introduced this bug myself with the change https://github.com/todoroo/astrid/commit/89afc36cc5261e5e6b3c49e764e85a6460ffa729 --- .../todoroo/astrid/producteev/sync/ProducteevSyncProvider.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astrid/plugin-src/com/todoroo/astrid/producteev/sync/ProducteevSyncProvider.java b/astrid/plugin-src/com/todoroo/astrid/producteev/sync/ProducteevSyncProvider.java index eac03b9d0..81a61860f 100644 --- a/astrid/plugin-src/com/todoroo/astrid/producteev/sync/ProducteevSyncProvider.java +++ b/astrid/plugin-src/com/todoroo/astrid/producteev/sync/ProducteevSyncProvider.java @@ -227,7 +227,7 @@ public class ProducteevSyncProvider extends SyncProvider remoteTasks = new ArrayList(); for(StoreObject dashboard : dataService.getDashboards()) { long dashboardId = dashboard.getValue(ProducteevDashboard.REMOTE_ID); - JSONArray labels = invoker.labelsShowList(dashboardId, lastServerSync); + JSONArray labels = invoker.labelsShowList(dashboardId, null); readLabels(labels); try {