Automated merge with https://gss.googlecode.com/hg/
[pithos] / src / gr / ebs / gss / client / StatusPanel.java
index 029c0e0..949d4c0 100644 (file)
@@ -122,8 +122,8 @@ public class StatusPanel extends Composite {
                        public boolean execute() {
                                GSS app = GSS.get();
                                UserResource user = app.getCurrentUserResource();
-                               //if (user == null || app.getFolders().getRootItem() == null)
-                                       //return !DONE;
+                               if (user == null || app.getTreeView().getMyFolders() == null)
+                                       return !DONE;
                                displayStats(user);
                                return DONE;
                        }