summaryrefslogtreecommitdiffstats
path: root/gui.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-11-05 21:14:21 +0000
committerJeremy Katz <katzj@redhat.com>2002-11-05 21:14:21 +0000
commit1003b4c5652b6db147ec345e493674f088b8a910 (patch)
tree3056f41868343eaafa86e900f3a062f15139f74b /gui.py
parentf00761d2f225b355931038ec6f12cecc0ac8512e (diff)
downloadanaconda-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-xgui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui.py b/gui.py
index dad4f3717..0491e3f36 100755
--- a/gui.py
+++ b/gui.py
@@ -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/"):