From: Pascale Noyret Date: Tue, 25 Mar 2008 13:09:38 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: PRE_refactoring_20081203~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=00ef4162ebff83af871e39cd9ad6d17165c299a8;p=modules%2Feficas.git *** empty log message *** --- diff --git a/src/EFICASGUI/eficasSalome.py b/src/EFICASGUI/eficasSalome.py index 0a10b2d4..4a6967ec 100644 --- a/src/EFICASGUI/eficasSalome.py +++ b/src/EFICASGUI/eficasSalome.py @@ -632,6 +632,7 @@ class MyEficas( qtEficas.Appli ): Note: Appelé par EFICAS à la sauvegarde du JDC. """ try: + self.editor=editor atLeastOneStudy = self.__studySync() if not atLeastOneStudy: return @@ -688,7 +689,7 @@ class MyEficas( qtEficas.Appli ): ok, msgError = False, '' try: sg = salome.ImportComponentGUI('SMESH') - currentjdcID = self.editor.nb.getcurselection() + currentjdcID = self.editor meshGroupEntries = [] selMeshEntry = None selMeshGroupEntry = None