Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

filelistmodel: don't color filenames

we now have the added and deleted icons

Changeset 8b0adef97733

Parent e38f245441be

by Adrian Buehlmann

Changes to one file · Browse files at 8b0adef97733 Showing diff from parent e38f245441be Diff from another changeset...

 
289
290
291
292
293
294
295
296
297
298
 
289
290
291
 
 
 
 
292
293
294
@@ -289,10 +289,6 @@
  font = QtGui.QFont()   font.setBold(True)   return QtCore.QVariant(font) - elif role == QtCore.Qt.ForegroundRole: - color = self._flagcolor.get(current_file_desc['flag'], 'black') - if color is not None: - return QtCore.QVariant(QtGui.QColor(color))   return nullvariant     def headerData(self, section, orientation, role):