get var where it is (missing self.). Fixes #4459
This commit is contained in:
parent
0684ec1d3d
commit
f87a97b683
|
@ -391,7 +391,7 @@ _('Connection with peer cannot be established.'))
|
||||||
|
|
||||||
def get_icon(self, ident):
|
def get_icon(self, ident):
|
||||||
return self.images.setdefault(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):
|
def set_status(self, typ, sid, status):
|
||||||
''' change the status of a transfer to state 'status' '''
|
''' change the status of a transfer to state 'status' '''
|
||||||
|
|
Loading…
Reference in New Issue