summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2012-12-11 17:07:04 -0500
committerChris Lumens <clumens@redhat.com>2012-12-12 10:14:50 -0500
commit801fe3e280e170c90f0c8f2bf4f7cfeea4d52160 (patch)
tree1a6aada1f4dc883d4bdac3156a34e89ab6f6011b /scripts
parent7c75486cb60b1c766b15b0ad8dc0708999e6baf2 (diff)
downloadanaconda-801fe3e280e170c90f0c8f2bf4f7cfeea4d52160.tar.gz
anaconda-801fe3e280e170c90f0c8f2bf4f7cfeea4d52160.tar.xz
anaconda-801fe3e280e170c90f0c8f2bf4f7cfeea4d52160.zip
Add a gradient background to spoke headers (mizmo, clumens).
The idea here is that by adding a gradient up top, the "Done" button looks more like it belongs with the header than with the widgets down in the spoke. It also subtly makes the spoke look like a subpart of the hub. Adding this required adding an additional internal widget, which means also changing all existing glade files to include this internal widget. Make sure to build new glade support and install locally (or use the proper makefile targets) before editing.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/makeupdates2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/makeupdates b/scripts/makeupdates
index 1c482a4f0..c69cd0a22 100755
--- a/scripts/makeupdates
+++ b/scripts/makeupdates
@@ -165,6 +165,8 @@ def copyUpdatedFiles(tag, updates, cwd):
install_to_dir(file, "usr/sbin")
elif file == "data/70-anaconda.rules":
install_to_dir(file, "lib/udev/rules.d")
+ elif file.startswith("data/pixmaps"):
+ install_to_dir(file, "usr/share/anaconda/pixmaps")
elif file.startswith("data/ui/"):
install_to_dir(file, "usr/share/anaconda/ui")
elif file.startswith("data/post-scripts/"):