X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=NewBranch.vala;h=afe3c54a3250349dedf6591c81f8377993fa2398;hb=9c2e64777747848a1bcaad1d151d5a1c2a0d2719;hp=2ba873f5cce66ccd4e8c59765d2c383f7735cb8f;hpb=5926a921b9b64b9abf3ca66aeb341caa5c676f9a;p=gitlive diff --git a/NewBranch.vala b/NewBranch.vala index 2ba873f5..afe3c54a 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -31,7 +31,7 @@ public class NewBranch : Object public Xcls_table table; public Xcls_project_id project_id; public Xcls_tprcellrenderer tprcellrenderer; - public Xcls_prmodel prmodel; + public Xcls_tprmodel tprmodel; public Xcls_summary summary; public Xcls_milestone_id milestone_id; public Xcls_msmodel msmodel; @@ -1246,7 +1246,7 @@ public class NewBranch : Object var child_0 = new Xcls_tprcellrenderer( _this ); child_0.ref(); this.el.pack_start ( child_0.el , true ); - var child_1 = new Xcls_prmodel( _this ); + var child_1 = new Xcls_tprmodel( _this ); child_1.ref(); this.el.set_model ( child_1.el ); @@ -1304,7 +1304,7 @@ public class NewBranch : Object this.el.get_active_iter (out iter); - _this.prmodel.el.get_value (iter, 0, out val1); + _this.tprmodel.el.get_value (iter, 0, out val1); return (string) val1; @@ -1337,7 +1337,7 @@ public class NewBranch : Object // user defined functions } - public class Xcls_prmodel : Object + public class Xcls_tprmodel : Object { public Gtk.ListStore el; private NewBranch _this; @@ -1346,10 +1346,10 @@ public class NewBranch : Object // my vars (def) // ctor - public Xcls_prmodel(NewBranch _owner ) + public Xcls_tprmodel(NewBranch _owner ) { _this = _owner; - _this.prmodel = this; + _this.tprmodel = this; this.el = new Gtk.ListStore( 2, typeof(string),typeof(string) ); // my vars (dec)