194
221
:param broken_line_length: After how much lines branches \
198
231
(linegraphdata, index, columns_len) = linegraph(self.branch.repository,
203
236
self.model = TreeModel(self.branch.repository, linegraphdata)
204
237
self.graph_cell.columns_len = columns_len
205
238
width = self.graph_cell.get_size(self.treeview)[2]
206
241
self.graph_column.set_fixed_width(width)
207
242
self.graph_column.set_max_width(width)
209
244
self.treeview.set_model(self.model)
211
251
self.emit('revisions-loaded')