Skip to content
Snippets Groups Projects
Commit 0e1a0811 authored by Dicson's avatar Dicson
Browse files

ClientsIconsPlugin. fix icon cache

parent a1186588
No related branches found
No related tags found
No related merge requests found
......@@ -274,8 +274,8 @@ class ClientsIconsPlugin(GajimPlugin):
client_name
else:
pb = gtk.gdk.pixbuf_new_from_file_at_size(icon_path, 16, 16)
self.icon_cache[icon_path] = pb
return gtk.image_new_from_pixbuf(pb), client_name
self.icon_cache[icon_path] = pixbuf
@log_calls('ClientsIconsPlugin')
def disconnect_from_roster_tooltip_populate(self, tooltip, contacts,
......
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