# HG changeset patch
# User Yuya Nishihara <y...@tcha.org>
# Date 1269870629 -32400
# Branch stable
# Node ID 744639a004a9663884a86dacc65ca0f16e41eecc
# Parent  30d7ee5559aa4c94220e4e338284a12a00ac77d4
status: don't disable filter checkboxes even if paths are specified

This backouts 77b339cfff80.

diff --git a/tortoisehg/hgtk/status.py b/tortoisehg/hgtk/status.py
--- a/tortoisehg/hgtk/status.py
+++ b/tortoisehg/hgtk/status.py
@@ -122,9 +122,6 @@ class GStatus(gdialog.GWindow):
             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
 
 

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to