summaryrefslogtreecommitdiffstats
path: root/iw/partition_ui_helpers_gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'iw/partition_ui_helpers_gui.py')
-rw-r--r--iw/partition_ui_helpers_gui.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/iw/partition_ui_helpers_gui.py b/iw/partition_ui_helpers_gui.py
index 5a6648235..39b2561f2 100644
--- a/iw/partition_ui_helpers_gui.py
+++ b/iw/partition_ui_helpers_gui.py
@@ -48,9 +48,10 @@ class WideCheckList(checklist.CheckList):
checklist.CheckList.toggled_item(self, data, row)
- def __init__(self, columns, store, clickCB=None):
- checklist.CheckList.__init__(self, columns=columns,
- custom_store=store)
+ def __init__(self, columns, store, clickCB=None, sensitivity=False):
+ checklist.CheckList.__init__(self, columns=columns,
+ custom_store=store,
+ sensitivity=sensitivity)
# make checkbox column wider
column = self.get_column(columns)