From 6bc83c0af82e7463a82efb35d9486263dbe9ccfe Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Wed, 23 Mar 2011 11:26:15 +0100 Subject: [PATCH] [tvincent] update caps list to support correctly adium (which returns it is pidgin...) --- clients_icons/clients_icons.py | 1 + clients_icons/manifest.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/clients_icons/clients_icons.py b/clients_icons/clients_icons.py index 61e9749..0c60e92 100644 --- a/clients_icons/clients_icons.py +++ b/clients_icons/clients_icons.py @@ -33,6 +33,7 @@ clients = { 'http://oneteam.im/caps': 'oneteamiphone.png', 'http://tkabber.jabber.ru/': 'tkabber.png', 'http://pidgin.im/': 'pidgin.png', + 'http://pidgin.im/caps': 'pidgin.png', 'http://qutim.org': 'qutim.png', 'http://qutim.org/': 'qutim.png', 'http://exodus.jabberstudio.org/caps': 'exodus.png', diff --git a/clients_icons/manifest.ini b/clients_icons/manifest.ini index 27d5490..13e9ab8 100644 --- a/clients_icons/manifest.ini +++ b/clients_icons/manifest.ini @@ -1,7 +1,7 @@ [info] name: Clients icons short_name: clients_icons -version: 0.7 +version: 0.8 description: Shows the client icons in the roster and in groupchats. Depends: Gajim > r12506