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

stable status: don't disable filter checkboxes even if paths are specified

This backouts 77b339cfff80.

Changeset 6e0c1f3fa8f8

Parent 4d32757291ba

by Yuya Nishihara

Changes to one file · Browse files at 6e0c1f3fa8f8 Showing diff from parent 4d32757291ba Diff from another changeset...

 
122
123
124
125
126
127
128
129
130
 
122
123
124
 
 
 
125
126
127
@@ -122,9 +122,6 @@
  for opt in self.opts:   if opt in self._show_checks and self.opts[opt]:   self._show_checks[opt].set_active(True) - if self.pats: - for name, check in self._show_checks.iteritems(): - check.set_sensitive(False)   self.ready = True