summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-06-22 01:37:38 +0000
committerMatt Wilson <msw@redhat.com>2001-06-22 01:37:38 +0000
commit2f877812ad4dde15b825bed82c602e800a1d35ef (patch)
treec702b993b07e70bda7ef2ae75aa779d2bfd7bfb3 /gui.py
parentfaec668c85c1c079fa697b5ec5378ad6e4bbf338 (diff)
downloadanaconda-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-xgui.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/gui.py b/gui.py
index 6cbfb0d61..63da2e568 100755
--- a/gui.py
+++ b/gui.py
@@ -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)