From 801fe3e280e170c90f0c8f2bf4f7cfeea4d52160 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Tue, 11 Dec 2012 17:07:04 -0500 Subject: 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. --- scripts/makeupdates | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/makeupdates') 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/"): -- cgit