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 | |
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')
-rw-r--r-- | images/icons/10/play.png | bin | 0 -> 420 bytes | |||
-rw-r--r-- | images/icons/16/play.png | bin | 0 -> 508 bytes | |||
-rw-r--r-- | images/icons/22/play.png | bin | 0 -> 601 bytes | |||
-rw-r--r-- | images/icons/48/play.png | bin | 0 -> 1017 bytes | |||
-rw-r--r-- | images/icons/Makefile | 3 | ||||
-rw-r--r-- | images/icons/play.png | bin | 0 -> 6285 bytes |
6 files changed, 2 insertions, 1 deletions
diff --git a/images/icons/10/play.png b/images/icons/10/play.png Binary files differnew file mode 100644 index 000000000..a9f99e4d1 --- /dev/null +++ b/images/icons/10/play.png diff --git a/images/icons/16/play.png b/images/icons/16/play.png Binary files differnew file mode 100644 index 000000000..19ad05bf2 --- /dev/null +++ b/images/icons/16/play.png diff --git a/images/icons/22/play.png b/images/icons/22/play.png Binary files differnew file mode 100644 index 000000000..a7a8b6124 --- /dev/null +++ b/images/icons/22/play.png diff --git a/images/icons/48/play.png b/images/icons/48/play.png Binary files differnew file mode 100644 index 000000000..fce589370 --- /dev/null +++ b/images/icons/48/play.png 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)) \ diff --git a/images/icons/play.png b/images/icons/play.png Binary files differnew file mode 100644 index 000000000..7c942072e --- /dev/null +++ b/images/icons/play.png |