And in users of service
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user