X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=StatusIcon.vala;h=f429e1a9aea610e0d707c716ac6b3b983ff02f8b;hp=d2154e0cd1d25495f261b7cb1d9f039da7110b27;hb=72a4edfbda67d0bf3eb93a91c28c4084945ddae5;hpb=4879313d9a4fffaa84198dc31c5aba384614bc15 diff --git a/StatusIcon.vala b/StatusIcon.vala index d2154e0c..f429e1a9 100644 --- a/StatusIcon.vala +++ b/StatusIcon.vala @@ -196,7 +196,7 @@ public class StatusIconA : StatusIcon { } foreach(var r in GitRepo.singleton().cache.values ) { GLib.debug("checking %s for branch = %s", r.name, r.currentBranch.name); - if (!r.is_wip_branch()) { + if (r.is_master_branch()) { continue; } GLib.debug("checking for activeTicket");