summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
Diffstat (limited to 'text.py')
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index 920ad70ae..134fb32c7 100644
--- a/text.py
+++ b/text.py
@@ -273,7 +273,7 @@ class IndividualPackageWindow:
rc = bb.buttonPressed (result)
# turn off all the packages
- for key in todo.hdList.keys ():
+ for key in todo.hdList.packages.keys ():
todo.hdList.packages[key].selected = 0
# turn on all the packages we selected