From 89afc36cc5261e5e6b3c49e764e85a6460ffa729 Mon Sep 17 00:00:00 2001 From: Arne Jans Date: Thu, 24 Feb 2011 00:30:56 +0100 Subject: [PATCH] invoker.labelsShowList now be called with timestamp to save time and bandwidth --- .../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 288b18d09..ce3da5cef 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, null); + JSONArray labels = invoker.labelsShowList(dashboardId, lastServerSync); readLabels(labels); try {