summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
Diffstat (limited to 'text.py')
-rw-r--r--text.py9
1 files changed, 6 insertions, 3 deletions
diff --git a/text.py b/text.py
index 58647fbc4..e4d588d04 100644
--- a/text.py
+++ b/text.py
@@ -230,7 +230,8 @@ class InstallPathWindow:
todo.intf.messageWindow,
todo.intf.progressWindow,
not todo.expert,
- todo.method.protectedPartitions())
+ todo.method.protectedPartitions(),
+ todo.expert)
return INSTALL_NOOP
classes = installclass.availableClasses()
@@ -287,7 +288,8 @@ class InstallPathWindow:
todo.intf.messageWindow,
todo.intf.progressWindow,
not todo.expert,
- todo.method.protectedPartitions())
+ todo.method.protectedPartitions(),
+ todo.expert)
return INSTALL_OK
@@ -304,7 +306,8 @@ class UpgradeExamineWindow:
todo.intf.messageWindow,
todo.intf.progressWindow,
not todo.expert,
- todo.method.protectedPartitions())
+ todo.method.protectedPartitions(),
+ todo.expert)
return INSTALL_NOOP