return;
}
int maxLength = myMaxString.length() - 1; // -1, because there are arrows indicating that it is a popup
actions = new GitflowActions(project);
boolean hasGitflow = actions.hasGitflow();
myText = hasGitflow ? "Gitflow": "No Gitflow";
myTooltip = getDisplayableBranchTooltip(repo);