]> source.dussan.org Git - vaadin-framework.git/commitdiff
update cached fragment value when adding history item from server
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 30 Dec 2008 16:51:41 +0000 (16:51 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Tue, 30 Dec 2008 16:51:41 +0000 (16:51 +0000)
svn changeset:6371/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/client/ui/IUriFragmentUtility.java

index df1bc4f1bcbfa600a1d3c273f72bc9c4397d3c1d..5e70708162671e058687b66ff197892f28e43430 100644 (file)
@@ -50,6 +50,7 @@ public class IUriFragmentUtility extends Widget implements Paintable,
             }
         } else {
             if (uidlFragment != null && !uidlFragment.equals(fragment)) {
+                fragment = uidlFragment;
                 // normal fragment change from server, add new history item
                 History.newItem(uidlFragment, false);
             }