Clones.bjs
[gitlive] / Clones.vala
index 664a621..a9a7412 100644 (file)
@@ -93,14 +93,7 @@ public class Clones : Object
        
     }
     public void show ()    {
-    
-        this.el.show_all();
-       _this.spinner.el.stop();
-       _this.spinner.el.hide();        
-       _this.toolbar.el.show();
-       _this.scrolled.el.show();       
-     
-        this.el.set_deletable(true);
+    this.el.set_deletable(true);
         this.el.set_gravity(Gdk.Gravity.NORTH);
         this.el.move((Gdk.Screen.width() / 2 ) - (int.max(1280,Gdk.Screen.width() / 2) ,0);
          this.el.set_keep_above(true);
@@ -108,9 +101,16 @@ public class Clones : Object
                        int.max(1280,Gdk.Screen.width()),
                        int.max(500,Gdk.Screen.height() - 100)
        );
+        this.el.show_all();
+       this.spinner.el.stop();
+       this.spinner.el.hide(); 
+       this.toolbar.el.show();
+       this.scrolled.el.show();        
+     
+        
          
     
-        _this.reposStore.load();
+        this.reposStore.load();
        
         GLib.debug("show clones = run?");
         this.el.run();