From c4c17a18dcb013588518c1542fd8d3966b08cd40 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Thu, 6 Mar 2014 20:09:06 +0200 Subject: Do not ever set title to null (#13430) * If title is null, leave it as-is (assume somebody else is setting it) * If title is non-null, set it as before Change-Id: I72699efa089df64b58448ceef59ba31995f330bf --- shared/src/com/vaadin/shared/ui/ui/PageState.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared/src') diff --git a/shared/src/com/vaadin/shared/ui/ui/PageState.java b/shared/src/com/vaadin/shared/ui/ui/PageState.java index ded73d16d5..4d2768787f 100644 --- a/shared/src/com/vaadin/shared/ui/ui/PageState.java +++ b/shared/src/com/vaadin/shared/ui/ui/PageState.java @@ -32,7 +32,7 @@ public class PageState implements Serializable { public boolean hasResizeListeners = false; /** - * Non-null if the title is set. + * Non-null if the title is set. Null means Vaadin does not touch the title. */ public String title = null; } \ No newline at end of file -- cgit v1.2.3