From 8d626346dc272f001f92f48d04986c3be3b342cc Mon Sep 17 00:00:00 2001 From: eficas <> Date: Fri, 3 Dec 2004 15:09:07 +0000 Subject: [PATCH] =?utf8?q?PN=20:=20pas=20de=20message=20d=20erreur=20si=20?= =?utf8?q?pas=20de=20jdc=20=C3=A0=20fermer.=20demande=20E.=20Boyere?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Editeur/bureau.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Editeur/bureau.py b/Editeur/bureau.py index aefcf48f..4bc768a2 100644 --- a/Editeur/bureau.py +++ b/Editeur/bureau.py @@ -182,6 +182,8 @@ class BUREAU: """ Ferme le JDC courant et détruit l'onglet associé dans le notebook self.nb """ + if self.JDCDisplay_courant == None: + return if self.JDCDisplay_courant.modified == 'o' : message = "Voulez-vous sauvegarder le jeu de commandes "+self.JDC.nom+" courant ?" reponse = askyesno(title="Sauvegarde du jdc courant", -- 2.39.2