# HG changeset patch # User Laurent Bessard # Date 1346836767 -7200 # Node ID 7eb469275611d86ccbb1418e61f4a22f1fc9bd63 # Parent 1d77d700761fd59c6f526a0618a26dcf21ee8de5 Fix bug when trying to open ForceVariableDialog from DebugVariablePanel diff -r 1d77d700761f -r 7eb469275611 controls/DebugVariablePanel.py --- a/controls/DebugVariablePanel.py Tue Sep 04 11:31:21 2012 +0200 +++ b/controls/DebugVariablePanel.py Wed Sep 05 11:19:27 2012 +0200 @@ -29,7 +29,7 @@ from graphics import DebugDataConsumer, DebugViewer from controls import CustomGrid, CustomTable -from dialogs import ForceVariableDialog +from dialogs.ForceVariableDialog import ForceVariableDialog from utils.BitmapLibrary import GetBitmap def AppendMenu(parent, help, id, kind, text):