GitBranch.vala
authorAlan Knowles <alan@roojs.com>
Wed, 20 Mar 2019 07:58:06 +0000 (15:58 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 20 Mar 2019 07:58:06 +0000 (15:58 +0800)
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...