diff options
author | Matt Wilson <msw@redhat.com> | 2001-06-22 01:37:38 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-06-22 01:37:38 +0000 |
commit | 2f877812ad4dde15b825bed82c602e800a1d35ef (patch) | |
tree | c702b993b07e70bda7ef2ae75aa779d2bfd7bfb3 /gui.py | |
parent | faec668c85c1c079fa697b5ec5378ad6e4bbf338 (diff) | |
download | anaconda-2f877812ad4dde15b825bed82c602e800a1d35ef.tar.gz anaconda-2f877812ad4dde15b825bed82c602e800a1d35ef.tar.xz anaconda-2f877812ad4dde15b825bed82c602e800a1d35ef.zip |
first pass at getting things in alignment for gui upgrades. Should only affect upgrades, not installs
Diffstat (limited to 'gui.py')
-rwxr-xr-x | gui.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -29,7 +29,7 @@ stepToClass = { "installtype" : ( "installpath_gui", "InstallPathWindow" ), "partitionmethod" : ( "partmethod_gui", "PartitionMethodWindow" ), "partition" : ( "partition_gui", "PartitionWindow" ), - "custom-upgrade" : ( "examine_gui", "UpgradeExamineWindow" ), + "findinstall" : ( "examine_gui", "UpgradeExamineWindow" ), "addswap" : ( "upgrade_swap_gui", "UpgradeSwapWindow" ), "fdisk" : ( "fdisk_gui", "FDiskWindow" ), "format" : ( "format_gui", "FormatWindow" ), @@ -77,7 +77,6 @@ root.set_cursor (cursor) splashwindow = None def display_splash_screen(): - def load_image(file): try: im = GdkImlib.Image("/usr/share/anaconda/pixmaps/" + file) |