From 273d7f225620f8d6fcdf7bc81be4dfe68182485d Mon Sep 17 00:00:00 2001 From: cncfanatics Date: Wed, 25 Aug 2010 13:52:45 +0200 Subject: [PATCH] Remove . --- gui/fittingView.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gui/fittingView.py b/gui/fittingView.py index 3e9795226..d426e017b 100644 --- a/gui/fittingView.py +++ b/gui/fittingView.py @@ -42,6 +42,8 @@ class FittingView(wx.ListCtrl): self.Bind(wx.EVT_LIST_COL_CLICK, self.dragCheck) self.Bind(wx.EVT_LIST_COL_END_DRAG, self.dragCheck) + #Listen to when stuff in the ship browser changes + i = 0 for colName in FittingView.DEFAULT_COLS: if colName[0:5] == "attr:":