Uncommited changes synced
[gitlive] / MergeBranch.vala
index 747117c..9b2b594 100644 (file)
@@ -135,9 +135,7 @@ public class MergeBranch : Object
        this.el.set_keep_above(true);    
        this.el.move((Gdk.Screen.width() / 2)- 250 ,0);
                GLib.debug("Loading tickets"); 
-    
-    
-       
+     
        
         this.ticket = ticket;
         this.repo = repo;
@@ -509,7 +507,7 @@ public class MergeBranch : Object
 
     public class Xcls_dbmodel : Object
     {
-        public Gtk. el;
+        public Gtk.ListStore el;
         private MergeBranch  _this;
 
 
@@ -520,9 +518,11 @@ public class MergeBranch : Object
         {
             _this = _owner;
             _this.dbmodel = this;
-            this.el = new Gtk.();
+            this.el = new Gtk.ListStore( 2, typeof(string),typeof(string) );
 
             // my vars (dec)
+
+            // set gobject values
         }
 
         // user defined functions