summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2006-02-27 19:54:25 +0000
committerChris Lumens <clumens@redhat.com>2006-02-27 19:54:25 +0000
commitf63fb5e3f7ae6956aaccad50f39da1966658c6e9 (patch)
tree4c1363814040a072e63cd16d06a3cecc68fe5355
parent3af070baa98168de8af488cb5b66452ca4b70849 (diff)
downloadanaconda-f63fb5e3f7ae6956aaccad50f39da1966658c6e9.tar.gz
anaconda-f63fb5e3f7ae6956aaccad50f39da1966658c6e9.tar.xz
anaconda-f63fb5e3f7ae6956aaccad50f39da1966658c6e9.zip
Break gtk <-> hicolor-icon-theme cycle (#183018).
-rw-r--r--ChangeLog2
-rw-r--r--whiteout.py3
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ef0dcbd7e..9ce6ef3d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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())