diff options
author | Friendika <info@friendika.com> | 2011-10-24 15:49:28 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-24 15:49:28 -0700 |
commit | ea9d3b06f6dbe2d7bf036ea1785a1e472f6bf890 (patch) | |
tree | c6619ec376c662c381caf03fbc1e72db887bfa8d /images/icons/Makefile | |
parent | f48fd5aa1651cdc801473e9d24c1736304533e63 (diff) | |
parent | 2905df527f2fbc9b426ebc89a53adc5c6cf1ee47 (diff) | |
download | volse-hubzilla-ea9d3b06f6dbe2d7bf036ea1785a1e472f6bf890.tar.gz volse-hubzilla-ea9d3b06f6dbe2d7bf036ea1785a1e472f6bf890.tar.bz2 volse-hubzilla-ea9d3b06f6dbe2d7bf036ea1785a1e472f6bf890.zip |
Merge pull request #35 from fabrixxm/master
Use oembed if possible without the addon
Awesome!
Diffstat (limited to 'images/icons/Makefile')
-rw-r--r-- | images/icons/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/images/icons/Makefile b/images/icons/Makefile index 39428d154..6a96fb676 100644 --- a/images/icons/Makefile +++ b/images/icons/Makefile @@ -1,7 +1,8 @@ IMAGES=add.png edit.png gear.png info.png menu.png \ notify_off.png star.png delete.png feed.png group.png \ - lock.png notice.png notify_on.png user.png link.png + lock.png notice.png notify_on.png user.png link.png \ + play.png DESTS=10/ 16/ 22/ 48/ \ $(addprefix 10/, $(IMAGES)) \ |