summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--client/src/com/vaadin/client/ApplicationConnection.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/com/vaadin/client/ApplicationConnection.java b/client/src/com/vaadin/client/ApplicationConnection.java
index 375beb9dda..dc8dbcaf43 100644
--- a/client/src/com/vaadin/client/ApplicationConnection.java
+++ b/client/src/com/vaadin/client/ApplicationConnection.java
@@ -2416,7 +2416,7 @@ public class ApplicationConnection {
public void sendPendingVariableChanges() {
if (!deferedSendPending) {
deferedSendPending = true;
- Scheduler.get().scheduleDeferred(sendPendingCommand);
+ Scheduler.get().scheduleFinally(sendPendingCommand);
}
}