X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=StatusIcon.vala;h=7a2500a2c8830de98d4612220916dd0fd4dfaf85;hb=128c96fc9db69baca7ba185e8a3def8fddff5f27;hp=4363d8dde89617fcffee25d0f40581fbdbeb3edd;hpb=c8bc028311655fb453141768779b772a063f4b2c;p=gitlive diff --git a/StatusIcon.vala b/StatusIcon.vala index 4363d8dd..7a2500a2 100644 --- a/StatusIcon.vala +++ b/StatusIcon.vala @@ -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; }