diff options
author | Mike Fulbright <msf@redhat.com> | 1999-11-29 22:55:01 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 1999-11-29 22:55:01 +0000 |
commit | b3465edfe4b5df72e48f1f529d632ebcb18b61da (patch) | |
tree | bd5a4eb2f57aaa99e9b4f2d8daee670cf196e7fd /gui.py | |
parent | d38bad2e2642346ba4d54c1238ddbcffedb583cd (diff) | |
download | anaconda-b3465edfe4b5df72e48f1f529d632ebcb18b61da.tar.gz anaconda-b3465edfe4b5df72e48f1f529d632ebcb18b61da.tar.xz anaconda-b3465edfe4b5df72e48f1f529d632ebcb18b61da.zip |
Moved code to write configuration data in reconfig mode into a
modified version of the congratulation screen, and restored the
old congratulation screen back to its original state.
Dr Mike
Diffstat (limited to 'gui.py')
-rwxr-xr-x | gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -238,7 +238,7 @@ class InstallInterface: ( TimezoneWindow, "timezone" ), ( AccountWindow, "accounts" ), ( AuthWindow, "authentication" ), - ( CongratulationWindow, "complete" ) + ( ReconfigCongratulationWindow, "complete" ) ] else: |