Clones.bjs
[gitlive] / Clones.vala
index 75d2c86..2bdd400 100644 (file)
@@ -613,7 +613,7 @@ public class Clones : Object
         //        this.el.set_value(iter, 3, '' +  (!hi  ? '??' : hi[0].changed_raw));        
                 this.el.set_value(iter, 4, repo.is_autocommit() );                
                 this.el.set_value(iter, 5, repo.is_autopush() );                        
-                this.el.set_value(ret.iter, 6,  repo.repopath );  
+                this.el.set_value(iter, 6,  repo.gitdir );  
                 // highlight color.
                 var cb = repo.currentBranch;
                 //print(JSON.stringify(cb,null,4));
@@ -629,7 +629,7 @@ public class Clones : Object
                     col =  '#ff00ff';
                 }
                 */
-                this.el.set_value(ret.iter, 7, col  );      
+                this.el.set_value(iter, 7, col  );      
                 
             }     
         }