Clones.bjs
[gitlive] / Clones.vala
index de4ce98..75d2c86 100644 (file)
@@ -604,7 +604,7 @@ public class Clones : Object
         //             print(JSON.stringify(hi,null,4));
                 // } catch(e) { print(e);}
                   
-                this.el.set_value(iter, 0,   repo.name) );
+                this.el.set_value(iter, 0,   repo.name );
         //        this.el.set_value(ret.iter, 1, '' + repo.currentBranch.name   );
         //        this.el.set_value(ret.iter, 2, '' + repo.branches.map(
         //                        function(e) { return e.name; 
@@ -617,7 +617,7 @@ public class Clones : Object
                 // highlight color.
                 var cb = repo.currentBranch;
                 //print(JSON.stringify(cb,null,4));
-                var col = '#ffffff';
+                var col = "#ffffff";
                 /*
                 if (cb.lastrev != cb.remoterev) {
                     col =  '#ff0000';