422
417
self.date_column.pack_start(cell, expand=True)
423
418
self.date_column.add_attribute(cell, "text", treemodel.TIMESTAMP)
424
419
self.treeview.append_column(self.date_column)
428
423
def _on_selection_changed(self, treeview):
429
424
"""callback for when the treeview changes."""
430
425
(path, focus) = treeview.get_cursor()