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

stable shellconf: connect hide_context_menu toggle to apply button enable

Changeset 8b8688627e8c

Parent 1320387a151d

by Steve Borho

Changes to one file · Browse files at 8b8688627e8c Showing diff from parent 1320387a151d Diff from another changeset...

 
177
178
179
 
180
181
182
 
177
178
179
180
181
182
183
@@ -177,6 +177,7 @@
    def connect_apply(checkbutton):   checkbutton.connect('toggled', lambda x: self.apply.set_sensitive(True)) + connect_apply(self.hide_context_menu)   connect_apply(self.enableAddedHandler)   connect_apply(self.enableUnversionedHandler)   connect_apply(self.enableIgnoredHandler)