141
141
def construct_bottom(self):
142
142
"""Construct the bottom half of the window."""
144
self.logview = LogView(None, True, [], True, branch=self.branch)
144
self.revisionview = RevisionView(None, tags=[], show_children=True, branch=self.branch)
145
145
(width, height) = self.get_size()
152
152
def _treeselection_changed_cb(self, selection, *args):
153
153
"""callback for when the treeview changes."""