Show our own priority in self tooltip instead of the default '5'
This commit is contained in:
parent
6cc565063d
commit
6dbafc84cf
|
@ -704,6 +704,7 @@ class RosterWindow:
|
|||
show=connection.get_status(),
|
||||
status=connection.status,
|
||||
resource=gajim.config.get_per('accounts', connection.name, 'resource'),
|
||||
priority=gajim.config.get_per('accounts', connection.name, 'priority'),
|
||||
keyID=gajim.config.get_per('accounts', connection.name, 'keyid'))
|
||||
contacts.append(contact)
|
||||
# if we're online ...
|
||||
|
|
Loading…
Reference in New Issue