diff options
author | Ted Gould <ted@gould.cx> | 2010-02-18 09:36:34 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-18 09:36:34 -0600 |
commit | fc732a57ad37e295233804a37419e39cefff5683 (patch) | |
tree | 757e9e911e42c083a1a813700bc639053687aee1 /data/icons/32x32 | |
parent | 9dab152713df2694ed4f447561bfbd31a51479e9 (diff) | |
parent | 4a297fec6d7fbc75035aa7d3d1eedb90bea98d15 (diff) | |
download | ayatana-indicator-session-fc732a57ad37e295233804a37419e39cefff5683.tar.gz ayatana-indicator-session-fc732a57ad37e295233804a37419e39cefff5683.tar.bz2 ayatana-indicator-session-fc732a57ad37e295233804a37419e39cefff5683.zip |
Adding in user items
Diffstat (limited to 'data/icons/32x32')
-rw-r--r-- | data/icons/32x32/Makefile.am | 2 | ||||
-rw-r--r-- | data/icons/32x32/status/Makefile.am | 7 | ||||
-rw-r--r-- | data/icons/32x32/status/account-logged-in.png | bin | 0 -> 2136 bytes |
3 files changed, 8 insertions, 1 deletions
diff --git a/data/icons/32x32/Makefile.am b/data/icons/32x32/Makefile.am index 0224d45..c163076 100644 --- a/data/icons/32x32/Makefile.am +++ b/data/icons/32x32/Makefile.am @@ -1 +1 @@ -SUBDIRS = actions +SUBDIRS = actions status diff --git a/data/icons/32x32/status/Makefile.am b/data/icons/32x32/status/Makefile.am new file mode 100644 index 0000000..b852725 --- /dev/null +++ b/data/icons/32x32/status/Makefile.am @@ -0,0 +1,7 @@ + +iconsdir = $(INDICATORICONSDIR)/hicolor/32x32/status + +icons_DATA = \ + account-logged-in.png + +EXTRA_DIST = $(icons_DATA) diff --git a/data/icons/32x32/status/account-logged-in.png b/data/icons/32x32/status/account-logged-in.png Binary files differnew file mode 100644 index 0000000..05bff57 --- /dev/null +++ b/data/icons/32x32/status/account-logged-in.png |