Fixed last IE appearance problem
authorChristos Stathis <chstath@ebs.gr>
Mon, 7 May 2012 14:26:05 +0000 (17:26 +0300)
committerChristos Stathis <chstath@ebs.gr>
Mon, 7 May 2012 14:26:05 +0000 (17:26 +0300)
src/gr/grnet/pithos/web/client/Pithos.java

index 8d136e7..7ab8f91 100644 (file)
@@ -362,8 +362,6 @@ public class Pithos implements EntryPoint, ResizeHandler {
         trees = new VerticalPanel();
         trees.setWidth("100%");
         
-        trees.add(folderTreeView);
-        
         // Add the left and right panels to the split panel.
         splitPanel.setLeftWidget(trees);
         splitPanel.setRightWidget(inner);
@@ -419,6 +417,7 @@ public class Pithos implements EntryPoint, ResizeHandler {
                                                        trash = f;
                                                        break;
                                                }
+                                   trees.add(folderTreeView);
                                    folderTreeViewModel.initialize(account, new Command() {
                                                                
                                                                @Override