And in users of service

This commit is contained in:
DarkPhoenix
2011-06-24 13:03:10 +04:00
parent 2c1ec5ae93
commit e26150faa5

View File

@@ -60,7 +60,7 @@ class AttributeDisplay(ViewColumn):
sMarket = service.Market.getInstance()
#Hack into our master view and add a callback for ourselves to know when to query
def refresh(stuff):
self.directInfo = sMarket.directAttrRequest(stuff, info.ID) if stuff else None
self.directInfo = sMarket.directAttrRequest(stuff, info) if stuff else None
originalRefresh(stuff)
fittingView.refresh = refresh