Clones.bjs
[gitlive] / Clones.vala
index 49abf82..7e898d5 100644 (file)
@@ -750,7 +750,7 @@ public class Clones : Object
 
             // init method
 
-            this.el.add_attribute(_this.cr_repo.el , 'markup', 0 );
+            this.el.add_attribute(_this.cr_repo.el , "markup", 0 );
         }
 
         // user defined functions
@@ -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 );
             
             }
         }