X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=MergeBranch.vala;h=9b2b594cdbf81ddd86349cb0ef60456d23e5af25;hp=747117cd6ca987cf29e15502d640f3216dee3c64;hb=88c6e040d6662f8afefd3f9618994d04c3ad303a;hpb=f582f1a378d7dd4fa23a40c5f17c4279d343552a diff --git a/MergeBranch.vala b/MergeBranch.vala index 747117cd..9b2b594c 100644 --- a/MergeBranch.vala +++ b/MergeBranch.vala @@ -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