From 00ef4162ebff83af871e39cd9ad6d17165c299a8 Mon Sep 17 00:00:00 2001 From: Pascale Noyret Date: Tue, 25 Mar 2008 13:09:38 +0000 Subject: [PATCH] *** empty log message *** --- src/EFICASGUI/eficasSalome.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2