summaryrefslogtreecommitdiff
path: root/examples/demo/demos/combobox.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/demo/demos/combobox.py')
-rw-r--r--examples/demo/demos/combobox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demo/demos/combobox.py b/examples/demo/demos/combobox.py
index 36034bac..1215f16c 100644
--- a/examples/demo/demos/combobox.py
+++ b/examples/demo/demos/combobox.py
@@ -209,7 +209,7 @@ class ComboboxApp:
path = tree_model.get_path(treeiter)
indices = path.get_indices()
- sensitive = not(indices[0] == 1)
+ sensitive = not (indices[0] == 1)
cell.set_property('sensitive', sensitive)