aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2011-03-08 13:33:24 +0800
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-04-08 18:41:27 +0800
commit5d5f9be3cf6033049908b13a4d10768672db94e4 (patch)
tree07fe567e6cf9cc832a0aaa76a212c14e64cee00f /data
parent3c150e71f7944978b038f9c412d7a458fd0f51e6 (diff)
downloadgsoc2013-empathy-5d5f9be3cf6033049908b13a4d10768672db94e4.tar
gsoc2013-empathy-5d5f9be3cf6033049908b13a4d10768672db94e4.tar.gz
gsoc2013-empathy-5d5f9be3cf6033049908b13a4d10768672db94e4.tar.bz2
gsoc2013-empathy-5d5f9be3cf6033049908b13a4d10768672db94e4.tar.lz
gsoc2013-empathy-5d5f9be3cf6033049908b13a4d10768672db94e4.tar.xz
gsoc2013-empathy-5d5f9be3cf6033049908b13a4d10768672db94e4.tar.zst
gsoc2013-empathy-5d5f9be3cf6033049908b13a4d10768672db94e4.zip
Update Skype account widget per specification
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am7
-rw-r--r--data/canonical-logo.pngbin0 -> 4272 bytes
-rw-r--r--data/plugged-into-skype.pngbin0 -> 4045 bytes
3 files changed, 7 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index a0c715550..98eefb973 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -55,6 +55,12 @@ clientfile_DATA = \
htmldir = $(datadir)/empathy
html_DATA = Template.html
+pixmapsdir = $(datadir)/empathy
+pixmaps_DATA = \
+ canonical-logo.png \
+ plugged-into-skype.png \
+ $(NULL)
+
EXTRA_DIST = \
$(convert_DATA) \
$(desktop_in_files) \
@@ -65,6 +71,7 @@ EXTRA_DIST = \
$(clientfile_DATA) \
$(servicefile_in_files) \
$(gsettings_files) \
+ $(pixmaps_DATA) \
$(NULL)
DISTCLEANFILES = \
diff --git a/data/canonical-logo.png b/data/canonical-logo.png
new file mode 100644
index 000000000..3a1804128
--- /dev/null
+++ b/data/canonical-logo.png
Binary files differ
diff --git a/data/plugged-into-skype.png b/data/plugged-into-skype.png
new file mode 100644
index 000000000..670eda7ba
--- /dev/null
+++ b/data/plugged-into-skype.png
Binary files differ