Fix stack overflow after logout.
[gpl/argeo-suite.git] / org.argeo.suite.ui / src / org / argeo / suite / ui / SuiteApp.java
index 1b415886c75bbf820dc48d4305b8ca7d504385f6..5f251d53bf74383400325ac6cf29b33d7c24d789 100644 (file)
@@ -226,7 +226,7 @@ public class SuiteApp extends AbstractCmsApp implements EventHandler {
 
        @Override
        public void setState(Composite parent, String state) {
-               if (state == null)
+               if (state == null || state.equals("~"))
                        return;
                if (!state.startsWith("/") && !state.equals("~")) {
                        if (parent instanceof SuiteUi) {