Skip to content
Snippets Groups Projects
Commit f87a97b6 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

get var where it is (missing self.). Fixes #4459

parent 0684ec1d
No related branches found
No related tags found
No related merge requests found
......@@ -391,7 +391,7 @@ _('Connection with peer cannot be established.'))
def get_icon(self, ident):
return self.images.setdefault(ident,
self.window.render_icon(icons[ident], gtk.ICON_SIZE_MENU))
self.window.render_icon(self.icons[ident], gtk.ICON_SIZE_MENU))
def set_status(self, typ, sid, status):
''' change the status of a transfer to state 'status' '''
......
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