48
48
label = Gtk.Label(label="Highlighting spans:")
51
self.pack_start(label, False, True, True, 0)
52
self.pack_start(self.combo, False, False, True, 0)
53
self.pack_start(self.entry, False, False, True, 0)
55
55
def set_to_oldest_span(self, span):
56
56
"""Set the span associated with the "to Oldest Revision" entry."""