From: Renaud Barate Date: Fri, 27 May 2011 09:13:44 +0000 (+0000) Subject: Fix bug on INCLUDE X-Git-Tag: LOGILAB~313 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7e21f43ab3d2e9a504e8b7bb5fd0119cc410859d;p=tools%2Feficas.git Fix bug on INCLUDE --- diff --git a/InterfaceQT4/monIncludePanel.py b/InterfaceQT4/monIncludePanel.py index 4a2ecdb8..2262e4ae 100644 --- a/InterfaceQT4/monIncludePanel.py +++ b/InterfaceQT4/monIncludePanel.py @@ -148,7 +148,7 @@ class MonIncludePanel(DInc,QTPanelTBW1,QTPanelTBW2,QTPanelTBW3): fn = os.path.abspath((unicode(fn))) ulfile = os.path.abspath(unicode(fn)) - self.appliEficas.CONFIGURATION.savedir=os.path.split(ulfile)[0] + self.node.appliEficas.CONFIGURATION.savedir=os.path.split(ulfile)[0] self.LENomFichier.setText(fn) self.LENomFichReturnPressed()