26
27
the last window is closed.
30
def show(self, branch, start, maxnum):
33
31
"""Open a new window to show the given branch."""
38
34
window.connect("destroy", self._destroy_cb)
37
def show_diff(self, branch, revid, parentid):
41
43
def _destroy_cb(self, widget):
42
44
"""Callback for when a window we manage is destroyed."""
48
48
"""Start the GTK+ main loop."""