Clones.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 30 Oct 2018 05:08:23 +0000 (13:08 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 30 Oct 2018 05:08:23 +0000 (13:08 +0800)
Clones.vala

Clones.bjs
Clones.vala

index f60a0e5..efef136 100644 (file)
           },
           {
            "id" : "tv_current_branch",
-           "* init" : "function() {\n    XObject.prototype.init.call(this);\n    this.el.add_attribute(_this.cr_current_branch.el , 'markup', 1 );\n     this.el.add_attribute(_this.cr_current_branch.el, 'cell-background', 7 );\n\n}\n",
+           "* init" : "function() {\n    XObject.prototype.init.call(this);\n    this.el.add_attribute(_this.cr_current_branch.el , \"markup\", 1 );\n     this.el.add_attribute(_this.cr_current_branch.el, \"cell-background\", 7 );\n\n}\n",
            "* pack" : "append_column",
            "title" : "Current Branch",
            "xtype" : "TreeViewColumn",
index d658226..7e898d5 100644 (file)
@@ -807,8 +807,8 @@ public class Clones : Object
 
             function() {
                 XObject.prototype.init.call(this);
-                this.el.add_attribute(_this.cr_current_branch.el , 'markup', 1 );
-                 this.el.add_attribute(_this.cr_current_branch.el, 'cell-background', 7 );
+                this.el.add_attribute(_this.cr_current_branch.el , "markup", 1 );
+                 this.el.add_attribute(_this.cr_current_branch.el, "cell-background", 7 );
             
             }
         }