summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-11-21 23:58:14 +0000
committerJeremy Katz <katzj@redhat.com>2003-11-21 23:58:14 +0000
commit2eb8babb2d31a6ca7716a9108aeed29ed06f2b63 (patch)
tree85c1578a3f8913833a9f75eb44e55c3ced9c982d /iw
parentbb71628ae36259b47df55e913cce933a2e9bb484 (diff)
downloadanaconda-2eb8babb2d31a6ca7716a9108aeed29ed06f2b63.tar.gz
anaconda-2eb8babb2d31a6ca7716a9108aeed29ed06f2b63.tar.xz
anaconda-2eb8babb2d31a6ca7716a9108aeed29ed06f2b63.zip
this needs to be pixmaps now too
Diffstat (limited to 'iw')
-rw-r--r--iw/progress_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/progress_gui.py b/iw/progress_gui.py
index c33b2a6f3..114672b47 100644
--- a/iw/progress_gui.py
+++ b/iw/progress_gui.py
@@ -283,7 +283,7 @@ class InstallProgressWindow_NEW (InstallWindow):
if len(pixmaps) > 0:
break
- if len(pixmaps1) > 0:
+ if len(pixmaps) > 0:
files = pixmaps
else:
files = ["progress_first.png"]