aboutsummaryrefslogtreecommitdiff
path: root/data/icons/Makefile.am
diff options
context:
space:
mode:
authorJason Conti <jason.conti@gmail.com>2016-08-28 15:49:33 -0400
committerJason Conti <jason.conti@gmail.com>2016-08-28 15:49:33 -0400
commit616ec2097c442997382d1d012d262ba2d83b75db (patch)
tree98f892e69cf7da00832b22371c4d8cbf1b9b5f60 /data/icons/Makefile.am
parent7136662335e9389b5b63658bbc5e81db9127abcd (diff)
downloadayatana-indicator-notifications-616ec2097c442997382d1d012d262ba2d83b75db.tar.gz
ayatana-indicator-notifications-616ec2097c442997382d1d012d262ba2d83b75db.tar.bz2
ayatana-indicator-notifications-616ec2097c442997382d1d012d262ba2d83b75db.zip
* Added back hide_on_activate = false on the notification menuitem
- Enables using space when in keyboard navigation to avoid closing the menu * Added custom close icons for selected and deselected notifications - Since we don't set PRELIGHT, needed a way to show the selected notification during keyboard navigation - gtk-close is deprecated anyway, so might as well use our own - Can be replaced by the icon theme to look more appropriate
Diffstat (limited to 'data/icons/Makefile.am')
-rw-r--r--data/icons/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am
index 97f2535..2543305 100644
--- a/data/icons/Makefile.am
+++ b/data/icons/Makefile.am
@@ -1,6 +1,8 @@
iconsdir = $(INDICATORICONSDIR)
icons_DATA = \
+ indicator-notification-close-select.svg \
+ indicator-notification-close-deselect.svg \
indicator-notification-read.svg \
indicator-notification-unread.svg