diff --git a/gui/characterEditor.py b/gui/characterEditor.py index c7a2fef8c..f7520e42c 100644 --- a/gui/characterEditor.py +++ b/gui/characterEditor.py @@ -788,6 +788,8 @@ class APIView(wx.Panel): return self.charChoice.GetClientData(selection) if selection is not -1 else None def ssoListChanged(self, event): + if not self: # todo: fix event not unbinding properly + return sEsi = Esi.getInstance() ssoChars = sEsi.getSsoCharacters()