From: Johannes Dahlström Date: Tue, 13 Mar 2012 09:18:55 +0000 (+0000) Subject: [merge from 6.7] #8491 fixed autocomplete issue, now correct error message if e.g... X-Git-Tag: 7.0.0.alpha2~233^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c62c3da5b633a8b4d1f5030abeec564572b041e9;p=vaadin-framework.git [merge from 6.7] #8491 fixed autocomplete issue, now correct error message if e.g. server is unreachable svn changeset:23228/svn branch:6.8 --- diff --git a/src/com/vaadin/terminal/gwt/client/ApplicationConnection.java b/src/com/vaadin/terminal/gwt/client/ApplicationConnection.java index f3444f1313..a05dc7d758 100644 --- a/src/com/vaadin/terminal/gwt/client/ApplicationConnection.java +++ b/src/com/vaadin/terminal/gwt/client/ApplicationConnection.java @@ -683,7 +683,7 @@ public class ApplicationConnection { * error happened before response was received. */ protected void showCommunicationError(String details, int statusCode) { - showAuthenticationError(details); + showCommunicationError(details); } /**