diff options
author | Matt Wilson <msw@redhat.com> | 2001-10-16 21:06:52 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-10-16 21:06:52 +0000 |
commit | 7e346d332c04f85575a9281d1152fb841025cbac (patch) | |
tree | cbb99806100689db2ff69575f72647526ca69987 /iw | |
parent | 49ce04b682f0d82c865d4961dfd9c0caaad29bc2 (diff) | |
download | anaconda-7e346d332c04f85575a9281d1152fb841025cbac.tar.gz anaconda-7e346d332c04f85575a9281d1152fb841025cbac.tar.xz anaconda-7e346d332c04f85575a9281d1152fb841025cbac.zip |
tweak paths
Diffstat (limited to 'iw')
-rw-r--r-- | iw/timezone_gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/timezone_gui.py b/iw/timezone_gui.py index ea2b31e4a..fb9467730 100644 --- a/iw/timezone_gui.py +++ b/iw/timezone_gui.py @@ -107,7 +107,7 @@ class TimezoneWindow (InstallWindow): f = open ("/usr/share/anaconda/pixmaps/map480.png") f.close () except: - path = "gnome-map/map480.png" + path = "pixmaps/map480.png" else: path = "/usr/share/anaconda/pixmaps/map480.png" |