diff options
author | Chris Lumens <clumens@redhat.com> | 2006-02-27 19:54:25 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2006-02-27 19:54:25 +0000 |
commit | f63fb5e3f7ae6956aaccad50f39da1966658c6e9 (patch) | |
tree | 4c1363814040a072e63cd16d06a3cecc68fe5355 /whiteout.py | |
parent | 3af070baa98168de8af488cb5b66452ca4b70849 (diff) | |
download | anaconda-f63fb5e3f7ae6956aaccad50f39da1966658c6e9.tar.gz anaconda-f63fb5e3f7ae6956aaccad50f39da1966658c6e9.tar.xz anaconda-f63fb5e3f7ae6956aaccad50f39da1966658c6e9.zip |
Break gtk <-> hicolor-icon-theme cycle (#183018).
Diffstat (limited to 'whiteout.py')
-rw-r--r-- | whiteout.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/whiteout.py b/whiteout.py index 8c7091708..7eb11b697 100644 --- a/whiteout.py +++ b/whiteout.py @@ -83,7 +83,8 @@ whiteout=""" gnome-python2>gnome-python2-bonobo \ openoffice.org-libs>openoffice.org \ gtk+>gdk-pixbuf \ - nautilus>nautilus-cd-burner + nautilus>nautilus-cd-burner \ + hicolor-icon-theme>gtk2 """ whitetup = map(lambda x: (x.split(">")[0], x.split(">")[1]), whiteout.split()) |