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

datamine: fix initial state of following checkbox

If datamine is opened in a subdirectory, the include path is automatically set
for the user, while the following button was not disabled. So checking that button
could cause the tracebacks in issue #383

Fixes #383

Changeset 7ba4f626f6c3

Parent 68f26fac56b9

by Steve Borho

Changes to one file · Browse files at 7ba4f626f6c3 Showing diff from parent 68f26fac56b9 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​datamine.py Stacked
 
308
309
310
 
311
312
313
 
308
309
310
311
312
313
314
@@ -308,6 +308,7 @@
  objs = (includes, excludes, follow)   includes.connect('changed', self.update_following_possible, objs)   excludes.connect('changed', self.update_following_possible, objs) + self.update_following_possible(includes, objs)     if hasattr(self.notebook, 'set_tab_reorderable'):   self.notebook.set_tab_reorderable(frame, True)