]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fix incomplete commit for (#11092)
authorLeif Åstrand <leif@vaadin.com>
Thu, 21 Feb 2013 09:19:00 +0000 (11:19 +0200)
committerLeif Åstrand <leif@vaadin.com>
Thu, 21 Feb 2013 09:19:00 +0000 (11:19 +0200)
This fixes a problem that was accidentally added in commit 25368634

Change-Id: Ia58d076bb50460e1bcbf33b270eac305a98f9795

client/src/com/vaadin/client/ApplicationConnection.java

index 8f71d15c63750243a6034137bf2ced9e4878f478..a2f2c4989ab1bfcc2ce3abf5368776150c038f67 100644 (file)
@@ -1576,7 +1576,7 @@ public class ApplicationConnection {
                 for (StateChangeEvent event : pendingStateChangeEvents) {
                     if (VCaption.mightChange(event)) {
                         ServerConnector connector = event.getConnector();
-                        needsCaptionUpdate.add(connector.getConnectorId());
+                        needsCaptionUpdate.add(connector);
                     }
                 }