Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8.1, 0.8.2, and 0.8.3

taskbarui: fix initial sensitive state of 'localonly' toggle

Refs #382

Changeset 972f0ec2f662

Parent 8d049811e30f

by Steve Borho

Changes to one file · Browse files at 972f0ec2f662 Showing diff from parent 8d049811e30f Diff from another changeset...

 
186
187
188
 
189
190
191
 
186
187
188
189
190
191
192
@@ -186,6 +186,7 @@
    self.ovenable.set_active(overlayenable)   self.lclonly.set_active(localdisks) + self.lclonly.set_sensitive(overlayenable)   self.hgighlight_taskbaricon.set_active(hgighlight_taskbaricon)   promoted = [pi.strip() for pi in promoteditems.split(',')]   for cmd, check in self.cmptoggles.iteritems():