NewBranch.bjs
[gitlive] / NewBranch.vala
index 15a40f8..bcb6a0b 100644 (file)
@@ -56,6 +56,14 @@ public class NewBranch : Object
         this.el.show.connect( (self)  => {
          
          
+               this.el.move((Gdk.Screen.width() / 2)- 250 ,0);
+            
+         
+            
+            this.el.show_all();
+               GLib.debug("Loading tickets");
+               _this.dbmodel.loadTickets();
+                   
         
           this.el.run();
           //test
@@ -66,15 +74,7 @@ public class NewBranch : Object
     public   void show ( ) 
     {
          // this.el.set_gravity(Gdk.Gravity.NORTH);
-        this.el.move((Gdk.Screen.width() / 2)- 250 ,0);
-        
-     
         
-        this.el.show_all();
-       _this.dbmodel.loadTickets();
-       
-           
-    
         
           
     }