diff --git a/astrid/plugin-src/com/todoroo/astrid/actfm/sync/ActFmSyncService.java b/astrid/plugin-src/com/todoroo/astrid/actfm/sync/ActFmSyncService.java index 71e8ffaca..17bc0ca36 100644 --- a/astrid/plugin-src/com/todoroo/astrid/actfm/sync/ActFmSyncService.java +++ b/astrid/plugin-src/com/todoroo/astrid/actfm/sync/ActFmSyncService.java @@ -1237,9 +1237,9 @@ public final class ActFmSyncService { try { String deviceId = GCMIntentService.getDeviceID(); if (deviceId != null) - invoke("user_set_gcm", "c2dm", regId, "device_id", deviceId); + invoke("user_set_gcm", "gcm", regId, "device_id", deviceId); else - invoke("user_set_gcm", "c2dm", regId); + invoke("user_set_gcm", "gcm", regId); Preferences.setString(GCMIntentService.PREF_REGISTRATION, regId); Preferences.setString(GCMIntentService.PREF_NEEDS_REGISTRATION, null); } catch (IOException e) {