Fleet Browser - Add/Select

This commit is contained in:
HomeWorld
2010-11-22 14:18:15 +02:00
parent afe826a0cb
commit e9730818ba
2 changed files with 44 additions and 6 deletions

View File

@@ -37,7 +37,7 @@ class Fleet(object):
fleetList = []
fleets = eos.db.getFleetList()
for fleet in fleets:
fleetList.append(fleet.ID, fleet.name, fleet.count())
fleetList.append((fleet.ID, fleet.name, fleet.count()))
return fleetList