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

status: set rejected text foreground gray

Changeset 43cc39e4ac01

Parent 7913bffbf239

by Steve Borho

Changes to one file · Browse files at 43cc39e4ac01 Showing diff from parent 7913bffbf239 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​status.py Stacked
 
360
361
362
 
363
 
364
365
366
 
360
361
362
363
364
365
366
367
368
@@ -360,7 +360,9 @@
  self.rejfont.set_weight(pango.WEIGHT_LIGHT)   diffcol.add_attribute(cell, 'font-desc', DM_FONT)   cell.set_property('background', '#EEEEEE') + cell.set_property('foreground', '#444444')   diffcol.add_attribute(cell, 'background-set', DM_REJECTED) + diffcol.add_attribute(cell, 'foreground-set', DM_REJECTED)     self.diff_tree.append_column(diffcol)   self.filetree.get_selection().set_mode(gtk.SELECTION_MULTIPLE)