NewBranch.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 21 Mar 2019 05:45:14 +0000 (13:45 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 21 Mar 2019 05:45:14 +0000 (13:45 +0800)
NewBranch.vala

NewBranch.bjs
NewBranch.vala

index 1c2f221..a0f1878 100644 (file)
            },
            "* ctor" : "new Gtk.ComboBox.with_entry()",
            "id" : "project_id",
            },
            "* ctor" : "new Gtk.ComboBox.with_entry()",
            "id" : "project_id",
-           "| string selectedProjectId" : "() {\n\tGtk.TreeIter iter;\n\tValue val1;\n \n \n\tthis.el.get_active_iter (out iter);\n\t_this.prmodel.el.get_value (iter, 0, out val1);\n \n\n\treturn  (string) val1;\n\t\n\t\n\t\n\t\n}\n",
+           "| string selectedProjectId" : "() {\n\tGtk.TreeIter iter;\n\tValue val1;\n \n \n\tthis.el.get_active_iter (out iter);\n\t_this.tprmodel.el.get_value (iter, 0, out val1);\n \n\n\treturn  (string) val1;\n\t\n\t\n\t\n\t\n}\n",
            "* init" : "this.el.set_entry_text_column(1);",
            "* pack" : "attach_defaults,0,1,1,2",
            "xtype" : "ComboBox",
            "* init" : "this.el.set_entry_text_column(1);",
            "* pack" : "attach_defaults,0,1,1,2",
            "xtype" : "ComboBox",
index dac9bdc..afe3c54 100644 (file)
@@ -1304,7 +1304,7 @@ public class NewBranch : Object
          
          
                this.el.get_active_iter (out iter);
          
          
                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;
          
         
                return  (string) val1;