X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=GitMonitorQueue.vala;h=7d40d5420002777f675a43b0ecf81d6a9743e7b2;hp=1af6eca8fcb9e94d313d8b6a85ebf2bcce1316ea;hb=8d5b5ff019670d4b09db242aadfd24355a9d8ea6;hpb=687788b547e87d4c8f915e175d8896ae7ffdbd47 diff --git a/GitMonitorQueue.vala b/GitMonitorQueue.vala index 1af6eca8..7d40d542 100644 --- a/GitMonitorQueue.vala +++ b/GitMonitorQueue.vala @@ -45,7 +45,7 @@ public class GitMonitorQueue : MonitorNamePathDir { // trigger the suggestion to start a new branch - NewBranch.show(this.repo); + NewBranch.signleton().show(this.repo); }