411
411
self.date_column.pack_start(cell, expand=True)
412
412
self.date_column.add_attribute(cell, "text", treemodel.TIMESTAMP)
413
413
self.treeview.append_column(self.date_column)
417
417
def _on_selection_changed(self, treeview):
418
418
"""callback for when the treeview changes."""
419
419
(path, focus) = treeview.get_cursor()