Remove 'tip' after 5 seconds / this prevents also some weird graphic behaviour (sometimes evt_leavewindow isnt sent)

This commit is contained in:
HomeWorld
2010-10-31 18:19:10 +02:00
parent 6f1bfeb140
commit e9086f1242
2 changed files with 44 additions and 7 deletions

View File

@@ -130,8 +130,7 @@ class Fit(object):
results = eos.db.searchFits(name)
fits = []
for fit in results:
fits.append((fit.ID, fit.name, fit.ship.item.ID, fit.ship.item.name))
fits.append((fit.ID, fit.name, fit.ship.item.ID, fit.ship.item.name, fit.timestamp))
return fits
def addImplant(self, fitID, itemID):