265
276
self.committer_column.add_attribute(cell, "text", treemodel.COMMITER)
266
277
self.treeview.append_column(self.committer_column)
268
291
def _on_selection_changed(self, selection, *args):
269
292
"""callback for when the treeview changes."""
270
293
(model, selected_rows) = selection.get_selected_rows()