diff options
author | Javier <dev.git@javispedro.com> | 2015-01-19 23:43:17 +0100 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2015-01-19 23:43:17 +0100 |
commit | 6b15d16de624be86060e7b484062d03f478b14a7 (patch) | |
tree | 13ac6f9812258c3776ff3dcdff0d67aa770c273b /icons | |
parent | e0bd3efce3a1a933432f273eb3c15a3008f086db (diff) | |
download | topmenu-gtk-6b15d16de624be86060e7b484062d03f478b14a7.tar.gz topmenu-gtk-6b15d16de624be86060e7b484062d03f478b14a7.zip |
add a topmenu icon to the applet selection dialog
Diffstat (limited to 'icons')
-rw-r--r-- | icons/48x48/topmenu-applet.png | bin | 0 -> 1803 bytes | |||
-rw-r--r-- | icons/Makefile.am | 4 |
2 files changed, 4 insertions, 0 deletions
diff --git a/icons/48x48/topmenu-applet.png b/icons/48x48/topmenu-applet.png Binary files differnew file mode 100644 index 0000000..7fb9bb3 --- /dev/null +++ b/icons/48x48/topmenu-applet.png diff --git a/icons/Makefile.am b/icons/Makefile.am new file mode 100644 index 0000000..1e40022 --- /dev/null +++ b/icons/Makefile.am @@ -0,0 +1,4 @@ + +appicon48dir = $(datadir)/icons/hicolor/48x48/apps +appicon48_DATA = 48x48/topmenu-applet.png + |