Fix #5615 - gitlive - force all roojs projects to autobranch
[gitlive] / 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");