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

This commit is contained in:
Yann Leboulanger 2008-11-07 08:36:55 +00:00
parent 0684ec1d3d
commit f87a97b683
1 changed files with 1 additions and 1 deletions

View File

@ -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' '''