Fix for a fix that was removed with a fix (see #62)

This commit is contained in:
blitzmann
2014-11-07 23:17:14 -05:00
parent 7641384aba
commit 6fafe40f35

View File

@@ -1399,6 +1399,9 @@ class FitItem(SFItem.SFBrowserItem):
self.shipFittingInfo = shipFittingInfo
self.shipName, self.fitName, self.fitBooster, self.timestamp = shipFittingInfo
# see GH issue #62
if self.fitBooster is None: self.fitBooster = False
# access these by index based on toggle for booster fit
self.fitMenu = wx.Menu()