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

Clones.bjs
Clones.vala

index efef136..75a3237 100644 (file)
           },
           {
            "id" : "tv_last_updated",
-           "* init" : "\n    this.el.add_attribute(_this.cr_last_updated.el , 'markup', 3 );\n",
+           "* init" : "\n    this.el.add_attribute(_this.cr_last_updated.el , \"markup\", 3 );\n",
            "* pack" : "append_column",
            "title" : "Last updated",
            "xtype" : "TreeViewColumn",
           },
           {
            "id" : "tv_all_branches",
-           "* init" : "    this.el.add_attribute(_this.cr_all_branches.el , 'markup', 2 );\n\n",
+           "* init" : "    this.el.add_attribute(_this.cr_all_branches.el , \"markup\", 2 );\n\n",
            "title" : "All Branches",
            "* pack" : "append_column",
            "xtype" : "TreeViewColumn",
index 7e898d5..a491b80 100644 (file)
@@ -865,7 +865,7 @@ public class Clones : Object
 
             // init method
 
-            this.el.add_attribute(_this.cr_last_updated.el , 'markup', 3 );
+            this.el.add_attribute(_this.cr_last_updated.el , "markup", 3 );
         }
 
         // user defined functions
@@ -921,7 +921,7 @@ public class Clones : Object
 
             // init method
 
-            this.el.add_attribute(_this.cr_all_branches.el , 'markup', 2 );
+            this.el.add_attribute(_this.cr_all_branches.el , "markup", 2 );
         }
 
         // user defined functions