27
27
the last window is closed.
30
def show(self, branch, start, robust, maxnum):
30
def show(self, branch, start, maxnum):
31
31
"""Open a new window to show the given branch."""
32
32
window = BranchWindow(self)
33
window.set_branch(branch, start, robust, maxnum)
34
34
window.connect("destroy", self._destroy_cb)