Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.7, 0.7.1, and 0.7.2

datamine: fix source column header in annotate tabs

Changeset 8a850cae816d

Parent 6057763846ea

by Steve Borho

Changes to one file · Browse files at 8a850cae816d Showing diff from parent 6057763846ea Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​datamine.py Stacked
 
461
462
463
464
 
465
466
467
 
461
462
463
 
464
465
466
467
@@ -461,7 +461,7 @@
  ('Rev', 10, self.COL_REVID, pango.ELLIPSIZE_NONE, True),   ('File', 15, self.COL_PATH, pango.ELLIPSIZE_START, False),   ('User', 15, self.COL_USER, pango.ELLIPSIZE_END, False), - ('Matches', 80, self.COL_TEXT, pango.ELLIPSIZE_END, True)): + ('Source', 80, self.COL_TEXT, pango.ELLIPSIZE_END, True)):   cell = gtk.CellRendererText()   cell.set_property("width-chars", width)   cell.set_property("ellipsize", emode)