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