From f98f6a120b41666beed56336aa8c832d5fc7495b Mon Sep 17 00:00:00 2001 From: blitzman Date: Sun, 28 Aug 2016 19:35:55 -0400 Subject: [PATCH] Bump dev, fix issue with applying fleet boosts --- config.py | 4 ++-- gui/gangView.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.py b/config.py index 2acd21746..1d4c4fdfe 100644 --- a/config.py +++ b/config.py @@ -18,8 +18,8 @@ debug = False saveInRoot = False # Version data -version = "1.23.0" -tag = "Stable" +version = "1.23.1" +tag = "git" expansionName = "YC 118.7" expansionVersion = "1.4" evemonMinVersion = "4081" diff --git a/gui/gangView.py b/gui/gangView.py index 704ea31d3..106f14f98 100644 --- a/gui/gangView.py +++ b/gui/gangView.py @@ -368,7 +368,7 @@ class GangView ( ScrolledPanel ): sFit = service.Fit.getInstance() fit = sFit.getFit(self.mainFrame.getActiveFit()) - if fit and not fit.isStructuree: + if fit and not fit.isStructure: self.draggedFitID = fitID pos = wx.GetMousePosition()