Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEben Eliason <eben@laptop.org>2008-04-04 14:58:59 (GMT)
committer Eben Eliason <eben@laptop.org>2008-04-04 14:58:59 (GMT)
commit77e91c371b729989f6f1d405b750d6bd207d4603 (patch)
treef4472c41dcefe1dba1a7db06c54878b534d4ecfc
parentc2c1b607ec8fd5a2c5387384b595af5384921da0 (diff)
Fixed the makefile for emblem icons
-rw-r--r--NEWS1
-rw-r--r--icons/scalable/emblems/Makefile.am5
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ea5d7a0..a77ae3a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+* Updated emblem icons (eben)
* Added view-list and view-radial icons (eben)
* Updated device icons (eben)
* #2041 Draw filled and triangular arrows on black background (benzea)
diff --git a/icons/scalable/emblems/Makefile.am b/icons/scalable/emblems/Makefile.am
index a999f19..3517fa6 100644
--- a/icons/scalable/emblems/Makefile.am
+++ b/icons/scalable/emblems/Makefile.am
@@ -5,8 +5,11 @@ icondir = $(datadir)/icons/sugar/$(iconsize)/$(category)
icon_DATA = \
emblem-busy.svg \
emblem-charging.svg \
+ emblem-favorite.svg \
emblem-locked.svg \
+ emblem-notification.svg \
emblem-outofrange.svg \
- emblem-favorite.svg
+ emblem-question.svg \
+ emblem-warning.svg
EXTRA_DIST = $(icon_DATA)