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

status: switch from inconsistent to radio property for partially selected files

Just to get some feedback on this. May back it off later.

Changeset d6c34f5f0a6c

Parent 75e74ca6bce2

by Steve Borho

Changes to one file · Browse files at d6c34f5f0a6c Showing diff from parent 75e74ca6bce2 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​status.py Stacked
 
275
276
277
278
 
279
280
281
 
275
276
277
 
278
279
280
281
@@ -275,7 +275,7 @@
  # show file selection checkboxes only when applicable   col0 = gtk.TreeViewColumn('', toggle_cell)   col0.add_attribute(toggle_cell, 'active', FM_CHECKED) - col0.add_attribute(toggle_cell, 'inconsistent', FM_PARTIAL_SELECTED) + col0.add_attribute(toggle_cell, 'radio', FM_PARTIAL_SELECTED)   col0.set_resizable(False)   self.filetree.append_column(col0)   self.selcb = self._add_header_checkbox(col0, self._sel_clicked)