]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
Fix bug on INCLUDE V6_3_0 before_mergefrom_V6_3_BR_19jul11 start_V6_3_BR
authorRenaud Barate <renaud.barate@edf.fr>
Fri, 27 May 2011 09:13:44 +0000 (09:13 +0000)
committerRenaud Barate <renaud.barate@edf.fr>
Fri, 27 May 2011 09:13:44 +0000 (09:13 +0000)
InterfaceQT4/monIncludePanel.py

index 4a2ecdb819c80788b6b76567916d24c0e860099e..2262e4aeff461ae15ada772903da5b404182d0f5 100644 (file)
@@ -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()