From: Pascale Noyret Date: Fri, 1 Dec 2006 16:03:56 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: mergeto_V3_2_0_maintenance_08dec06 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4083f3baf646e9c652397c9f0f5f7a038c79661c;p=tools%2Feficas.git *** empty log message *** --- diff --git a/src/EFICASGUI/EFICASGUI.py b/src/EFICASGUI/EFICASGUI.py index 1419a017..e7c8ea57 100644 --- a/src/EFICASGUI/EFICASGUI.py +++ b/src/EFICASGUI/EFICASGUI.py @@ -186,6 +186,9 @@ def runEficasFichier(): elif aType == studyManager.FICHIER_EFICAS_HOMARD: fileName = aValue code = "HOMARD" + else: + fileName=None + code = "ASTER" else: code = "ASTER" diff --git a/src/EFICASGUI/eficasSalome.py b/src/EFICASGUI/eficasSalome.py index 1cf7920b..3f632678 100644 --- a/src/EFICASGUI/eficasSalome.py +++ b/src/EFICASGUI/eficasSalome.py @@ -202,9 +202,14 @@ class MyEficas( Tkinter.Toplevel, eficas.EFICAS ): def quit(self): global appli + appli = None self.destroy() + + def destroy(self): + global appli appli = None - + print "hhhhhhhhhhhhhhhhhhhhh" + Tkinter.Toplevel.destroy(self) def __studySync( self ): """