StatusIcon.vala
authorAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 03:47:36 +0000 (11:47 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 03:47:36 +0000 (11:47 +0800)
StatusIcon.vala

index d2154e0..f429e1a 100644 (file)
@@ -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");