Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
gajim
gajim-plugins
Commits
e1c9663e
Commit
e1c9663e
authored
Aug 12, 2019
by
Romain DEP.
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[clients_icons] fix compat with 1.2
parent
65f2d221
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
clients_icons/clients_icons.py
clients_icons/clients_icons.py
+2
-2
clients_icons/manifest.ini
clients_icons/manifest.ini
+1
-1
No files found.
clients_icons/clients_icons.py
View file @
e1c9663e
...
...
@@ -66,8 +66,8 @@ class ClientsIconsPlugin(GajimPlugin):
caps_cache
.
capscache
).
identities
if
identities
:
for
entry
in
identities
:
if
entry
[
'
category
'
]
==
'client'
:
return
entry
.
get
(
'
name
'
)
if
entry
.
category
==
'client'
:
return
entry
.
name
@
staticmethod
def
is_groupchat
(
contact
):
...
...
clients_icons/manifest.ini
View file @
e1c9663e
[info]
name:
Clients
icons
short_name:
clients_icons
version:
7.
6
version:
7.
7
description:
Shows
client
icons
in
roster
and
in
groupchats.
authors:
Denis
Fomin
<fominde@gmail.com>
Artem
Klyop
<art.klyop@gmail.com>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment