Uncommited changes synced
[gitlive] / StatusIcon.vala
index 4363d8d..7a2500a 100644 (file)
@@ -195,7 +195,7 @@ public class StatusIconA : StatusIcon {
                        this.remove(m);
                }
                foreach(var r in GitRepo.singleton().cache.values ) {
-                       GLib.debug("checking %s for branch = %s", r.name, r.currentBranch.name);
+                       GLib.debug("checking %s for branch = %s", r.name, r.getCurrentBranch().name);
                        if (r.is_master_branch()) {
                                continue;
                                }