Skip to content
Snippets Groups Projects
Commit 8e42587e authored by jimpp's avatar jimpp
Browse files

oups, 80 chars

parent 42155c34
No related branches found
No related tags found
No related merge requests found
......@@ -497,7 +497,8 @@ class RosterTooltip(NotificationAreaTooltip):
contacts_dict[contact.priority] = [contact]
if num_resources > 1:
properties.append((_('Status: '), ' '))
transport = gajim.get_transport_name_from_jid(prim_contact.jid)
transport = gajim.get_transport_name_from_jid(
prim_contact.jid)
if transport:
file_path = os.path.join(gajim.DATA_DIR, 'iconsets',
'transports', transport , '16x16')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment