Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.3rc1, 0.3, and 0.4rc1

hggtk/vis: do not color the revision ID column

Changeset 160cb306fc73

Parent 7efa38677567

by Steve Borho

Changes to one file · Browse files at 160cb306fc73 Showing diff from parent 7efa38677567 Diff from another changeset...

 
306
307
308
309
 
310
311
312
 
306
307
308
 
309
310
311
312
@@ -306,7 +306,7 @@
  self.rev_column.set_fixed_width(cell.get_size(self.treeview)[2])   self.rev_column.pack_start(cell, expand=True)   self.rev_column.add_attribute(cell, "text", treemodel.REVID) - self.rev_column.add_attribute(cell, "foreground", treemodel.FGCOLOR) + #self.rev_column.add_attribute(cell, "foreground", treemodel.FGCOLOR)   self.treeview.append_column(self.rev_column)     cell = gtk.CellRendererText()