117
120
self.treeview.set_cursor(self.index[children[0]])
118
121
self.treeview.grab_focus()
123
def populate(self, start, maxnum, broken_line_length=None):
121
124
"""Fill the treeview with contents.
123
126
:param start: Revision id of revision to start with.
124
127
:param maxnum: Maximum number of revisions to display, or None
127
132
(linegraphdata, index, columns_len) = linegraph(self.branch.repository,
131
137
self.model = TreeModel(self.branch.repository, linegraphdata)
132
138
self.graph_cell.columns_len = columns_len