fix rendering of PEP renderer background color in account row
This commit is contained in:
parent
b90fbd5fd3
commit
22576e9ebf
1 changed files with 1 additions and 1 deletions
|
@ -4553,7 +4553,7 @@ class RosterWindow:
|
|||
renderer.set_property('visible', True)
|
||||
|
||||
if type_ == 'account':
|
||||
self.set_renderer_color(renderer, gtk.STATE_ACTIVE)
|
||||
self._set_account_row_background_color(renderer)
|
||||
renderer.set_property('xalign', 1)
|
||||
elif type_:
|
||||
if not model[titer][C_JID] or not model[titer][C_ACCOUNT]:
|
||||
|
|
Loading…
Add table
Reference in a new issue