summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Hertzfeld <andy@src.gnome.org>2000-05-06 01:00:35 +0000
committerAndy Hertzfeld <andy@src.gnome.org>2000-05-06 01:00:35 +0000
commita151b66b838d590a6fe557eb28c6ec31a810a78c (patch)
tree3ff7262f25c12eb7cd545742a52179fd7504a79c
parent94dc4749ef8893d7bde9de8b142222b38d3a222d (diff)
downloadnautilus-a151b66b838d590a6fe557eb28c6ec31a810a78c.tar.gz
added colors category image and another background
added colors category image and another background
-rw-r--r--ChangeLog11
-rw-r--r--data/backgrounds/Makefile.am1
-rw-r--r--data/backgrounds/ice.pngbin0 -> 19319 bytes
-rw-r--r--icons/Makefile.am1
-rw-r--r--icons/colors.pngbin0 -> 263 bytes
5 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 10523ed45..44fd78174 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-05-05 Andy Hertzfeld <andy@eazel.com>
+
+ * icons/colors.png:
+ added icon for colors category
+ * icons/Makefile.am:
+ added new icon to Makefile
+ * data/backgrounds/ice.png:
+ added cool new background
+ * data/backgrounds/Makefile.am:
+ added new background to Makefile
+
2000-05-05 John Sullivan <sullivan@eazel.com>
* src/file-manager/fm-properties-window.c:
diff --git a/data/backgrounds/Makefile.am b/data/backgrounds/Makefile.am
index 06c1af5f4..793e836ae 100644
--- a/data/backgrounds/Makefile.am
+++ b/data/backgrounds/Makefile.am
@@ -20,6 +20,7 @@ back_DATA = \
grass.png \
gray_fabric.png \
greenery.jpg \
+ ice.png \
manila.jpg \
pink_fabric.png \
puzzle.jpg \
diff --git a/data/backgrounds/ice.png b/data/backgrounds/ice.png
new file mode 100644
index 000000000..a48fb1c07
--- /dev/null
+++ b/data/backgrounds/ice.png
Binary files differ
diff --git a/icons/Makefile.am b/icons/Makefile.am
index 5c23fda3d..2c74464b0 100644
--- a/icons/Makefile.am
+++ b/icons/Makefile.am
@@ -4,6 +4,7 @@ icondir = $(datadir)/pixmaps/nautilus
icon_DATA = \
backgrounds.png \
+ colors.png \
computer.png \
eazel-logo.gif \
emblem-certified.gif \
diff --git a/icons/colors.png b/icons/colors.png
new file mode 100644
index 000000000..29ff34e59
--- /dev/null
+++ b/icons/colors.png
Binary files differ