Display icons for affected by tab, and fetch skill icons in prefetcher

This commit is contained in:
cncfanatics
2010-10-08 22:43:55 +02:00
parent 95a977fa02
commit 2edb3106d5
2 changed files with 8 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ class PrefetchThread(threading.Thread):
# We're a daemon thread, as such, interpreter might get shut down while we do stuff
# Make sure we don't throw tracebacks to console
try:
eos.db.getItemsByCategory("Skill", eager=("effects", "attributes"))
eos.db.getItemsByCategory("Skill", eager=("effects", "attributes", "icon"))
cMarket = service.Market.getInstance()
root = cMarket.getShipRoot()
for id, _ in root: