Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

logview: keep foreground color black on 'changes' column

Changeset e135138b8400

Parent 9b3b903386b6

by Yuki KODAMA

Changes to one file · Browse files at e135138b8400 Showing diff from parent 9b3b903386b6 Diff from another changeset...

 
467
468
469
470
471
472
473
 
467
468
469
 
470
471
472
@@ -467,7 +467,6 @@
  col.set_sizing(gtk.TREE_VIEW_COLUMN_FIXED)   col.set_fixed_width(cell.get_size(self.treeview)[2])   col.pack_start(cell, expand=True) - col.add_attribute(cell, "foreground", treemodel.FGCOLOR)   col.add_attribute(cell, "markup", treemodel.CHANGES)     cell = gtk.CellRendererText()