diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-11-05 21:14:21 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-11-05 21:14:21 +0000 |
commit | 1003b4c5652b6db147ec345e493674f088b8a910 (patch) | |
tree | 3056f41868343eaafa86e900f3a062f15139f74b /gui.py | |
parent | f00761d2f225b355931038ec6f12cecc0ac8512e (diff) | |
download | anaconda-1003b4c5652b6db147ec345e493674f088b8a910.tar.gz anaconda-1003b4c5652b6db147ec345e493674f088b8a910.tar.xz anaconda-1003b4c5652b6db147ec345e493674f088b8a910.zip |
look for pixmaps in /usr/share/comps/pixmaps since that's where the comps pixmaps really are
Diffstat (limited to 'gui.py')
-rwxr-xr-x | gui.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1197,6 +1197,7 @@ class InstallControlState: def findPixmap(self, file): for path in ("/usr/share/anaconda/pixmaps/", "pixmaps/", + "/usr/share/pixmaps/comps/", "/usr/share/anaconda/", "", "/mnt/source/RHupdates/pixmaps/", "/mnt/source/RHupdates/"): |