NewBranch.bjs
[gitlive] / NewBranch.vala
index 2c63d36..edc4480 100644 (file)
@@ -64,7 +64,15 @@ public class NewBranch : Object
     public   void show ( ) 
     {
          // this.el.set_gravity(Gdk.Gravity.NORTH);
-        
+         
+       this.el.move((Gdk.Screen.width() / 2)- 250 ,0);
+               GLib.debug("Loading tickets"); 
+       _this.dbmodel.loadTickets();
+    
+        this.el.show_all();
+    
+    
+     
         
           
     }