GitBranch.vala
[gitlive] / GitBranch.vala
index 6bf526c..431fcde 100644 (file)
@@ -124,7 +124,7 @@ public class GitBranch : Object
                
                // find unused remotes.. and track them...
                foreach(var rn in remotes_used.keys) {
-                       if (this.remotes_used.get(rn)) {
+                       if (remotes_used.get(rn)) {
                                continue;
                        }
                        // not clear how to do this yet...