parent
6deedb1743
commit
258c7922a5
|
@ -4843,8 +4843,9 @@ class RosterWindow:
|
||||||
return
|
return
|
||||||
|
|
||||||
image = model[titer][Column.AVATAR_IMG]
|
image = model[titer][Column.AVATAR_IMG]
|
||||||
surface = image.get_property('surface')
|
if image is not None:
|
||||||
renderer.set_property('surface', surface)
|
surface = image.get_property('surface')
|
||||||
|
renderer.set_property('surface', surface)
|
||||||
# allocate space for the icon only if needed
|
# allocate space for the icon only if needed
|
||||||
if model[titer][Column.AVATAR_IMG] or \
|
if model[titer][Column.AVATAR_IMG] or \
|
||||||
app.config.get('avatar_position_in_roster') == 'left':
|
app.config.get('avatar_position_in_roster') == 'left':
|
||||||
|
|
Loading…
Reference in New Issue