summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>1999-11-17 18:06:17 +0000
committerMike Fulbright <msf@redhat.com>1999-11-17 18:06:17 +0000
commite9aa9738134d436d5d105735214a604ac0fd2e02 (patch)
tree630c97cde7449f973176b54a2e8d54882dae8b62 /gui.py
parenta56b5b1405da565cb4ab2134ba187e6006255b8d (diff)
downloadanaconda-e9aa9738134d436d5d105735214a604ac0fd2e02.tar.gz
anaconda-e9aa9738134d436d5d105735214a604ac0fd2e02.tar.xz
anaconda-e9aa9738134d436d5d105735214a604ac0fd2e02.zip
Renamed all references to 'unconfig' to 'reconfig'.
Added authentification dialog to reconfig mode. Dr Mike
Diffstat (limited to 'gui.py')
-rwxr-xr-xgui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.py b/gui.py
index 609af6a6d..82a47ef5a 100755
--- a/gui.py
+++ b/gui.py
@@ -224,7 +224,7 @@ class InstallInterface:
gtkThread.start ()
# This is the same as the file
- if todo.unconfigOnly:
+ if todo.reconfigOnly:
if todo.serial:
commonSteps = [ ( LanguageWindow, "language" ),
]