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 | |
parent | 3af070baa98168de8af488cb5b66452ca4b70849 (diff) | |
download | anaconda-f63fb5e3f7ae6956aaccad50f39da1966658c6e9.tar.gz anaconda-f63fb5e3f7ae6956aaccad50f39da1966658c6e9.tar.xz anaconda-f63fb5e3f7ae6956aaccad50f39da1966658c6e9.zip |
Break gtk <-> hicolor-icon-theme cycle (#183018).
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | whiteout.py | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -3,6 +3,8 @@ * kickstart.py (AnacondaKSHandlers.doRaid): "" vs. None for making swap on RAID work again (#176537). + * whiteout.py: Break gtk <-> hicolor-icon-theme cycle (#183018). + 2006-02-24 Jeremy Katz <katzj@redhat.com> * anaconda.spec: Bump version. 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()) |