From 106223d6bbbffeb6b8650e60beb9bfe85b3f6f2a Mon Sep 17 00:00:00 2001 From: Denis Fomin Date: Sat, 24 Aug 2013 13:35:19 +0400 Subject: [PATCH] ClientsIconsPlugin.Support Miranda NG --- clients_icons/clients_icons.py | 1 + clients_icons/icons/miranda_ng.png | Bin 0 -> 827 bytes clients_icons/manifest.ini | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 clients_icons/icons/miranda_ng.png diff --git a/clients_icons/clients_icons.py b/clients_icons/clients_icons.py index 7672118..8b037fb 100644 --- a/clients_icons/clients_icons.py +++ b/clients_icons/clients_icons.py @@ -147,6 +147,7 @@ clients = { 'http://tigase.org/messenger': ['tigase.png', 'Tigase'], 'httр://sleekxmpp.com/ver/1.1.11': ['poezio.png', 'Poezio'], 'http://jitsi.org' :['jitsi.png', 'Jitsi'], + 'http://miranda-ng.org/caps' :['miranda-ng.png', 'Miranda NG'], } libpurple_clients ={ 'adium': 'http://www.adium.im/', diff --git a/clients_icons/icons/miranda_ng.png b/clients_icons/icons/miranda_ng.png new file mode 100644 index 0000000000000000000000000000000000000000..d4007a681f890d8b27ead062a48fd9577f64cec2 GIT binary patch literal 827 zcmV-B1H}A^P)ZT~OhmqJTG#9D-)pfQLj62!P528Tphn7A=Saj7hnA%Kzq#+4h5 zC^066As7j4L<~b9gd#EtL@GlWOiB@G@VBM#+uuJtHw_?Bx1Qu~?m73~vp5&{-%$Od z&p?0X0O){Va6i2O#J?@^1E2w*+fn+%#lvm2UDKqj?z0?zqrMVA3T-zNOC!7IC{u{f`%!3PW3ov-xRtV@3EfrU*LSj=)i$g6Y0A$a>A4mJ*&iEEP0C0c$3kpD>Z(ujnKJK>%`~^FbR#t12lkWfk002ovPDHLk FV1nC_W?=vT literal 0 HcmV?d00001 diff --git a/clients_icons/manifest.ini b/clients_icons/manifest.ini index 821fb80..55459ac 100644 --- a/clients_icons/manifest.ini +++ b/clients_icons/manifest.ini @@ -1,7 +1,7 @@ [info] name: Clients icons short_name: clients_icons -version: 4.4 +version: 4.6 description: Shows the client icons in the roster and in groupchats. For icons in tooltip support, you need to install Gajim r14117 or above.