diff -r f528c421637b -r a4919f228924 controls/VariablePanel.py --- a/controls/VariablePanel.py Wed Dec 05 15:32:02 2012 +0100 +++ b/controls/VariablePanel.py Thu Dec 06 16:10:26 2012 +0100 @@ -781,7 +781,6 @@ def OnVariablesGridCellLeftClick(self, event): row = event.GetRow() if not self.Debug and (event.GetCol() == 0 and self.Table.GetValueByName(row, "Edit")): - row = event.GetRow() var_name = self.Table.GetValueByName(row, "Name") var_class = self.Table.GetValueByName(row, "Class") var_type = self.Table.GetValueByName(row, "Type")