From 847eb7d2d6f0cb42dbe937a7d7d5efdbb7bf7318 Mon Sep 17 00:00:00 2001 From: Jason Conti Date: Wed, 18 May 2011 15:43:45 -0400 Subject: Had to prefix the status icons with indicator- because otherwise they can conflict with the obsolete icons in the recent-notifications package, which I should probably remove. --- data/icons/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/icons/Makefile.am') diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index ae20bff..9952af5 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -1,7 +1,7 @@ iconsdir = $(INDICATORICONSDIR)/hicolor/scalable/status icons_DATA = \ - notification-read.svg \ - notification-unread.svg + indicator-notification-read.svg \ + indicator-notification-unread.svg EXTRA_DIST = $(icons_DATA) -- cgit v1.2.3