Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain DEP. <rom1dep@gmail.com>2018-03-31 13:27:19 +0300
committerRomain DEP. <rom1dep@gmail.com>2018-03-31 13:27:19 +0300
commit142511bf5eff69cef2c6b0a24cd5261ab156b106 (patch)
treed64a1639decec34f053d48c6acb1e27a33c41d57
parentcf26c0ab887517e6695683fbf5c48fa64e52212c (diff)
[clients_icons] add resources for Conversations Legacy
-rw-r--r--clients_icons/clients.py1
-rw-r--r--clients_icons/icons/conversations-legacy.pngbin0 -> 2347 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/clients_icons/clients.py b/clients_icons/clients.py
index 38aa420..ea50e96 100644
--- a/clients_icons/clients.py
+++ b/clients_icons/clients.py
@@ -25,6 +25,7 @@ CLIENTS = {
'http://coccinella.sourceforge.net/protocol/caps': \
['coccinella.png', 'Coccinella'],
'http://conversations.im': ['conversations.png', 'Conversations'],
+ 'Conversations Legacy': ['conversations-legacy.png', 'Conversations Legacy'],
'http://digsby.com/caps': ['digsby.png', 'Digsby'],
'https://dino.im': ['dino.png', 'Dino'],
'http://emess.eqx.su/caps': ['emess.png', 'Emess'],
diff --git a/clients_icons/icons/conversations-legacy.png b/clients_icons/icons/conversations-legacy.png
new file mode 100644
index 0000000..20b211e
--- /dev/null
+++ b/clients_icons/icons/conversations-legacy.png
Binary files differ