From f9b8b342f50ae864a08fdb6b0b51361ec77ec90e Mon Sep 17 00:00:00 2001 From: Charles Toulemonde Date: Tue, 10 Jan 2012 06:29:31 +0000 Subject: [PATCH] =?utf8?q?correction=20de=20l'initialisation=20de=20l'attr?= =?utf8?q?ibut=20RepIcon=20:=20sa=20construction=20doit=20se=20faire=20ava?= =?utf8?q?nt=20l'appel=20=C3=A0=20definitCode=20dans=20le=20cas=20"multi"?= =?utf8?q?=20pour=20q'au=20niveau=20du=20code=20RepIcon=20existe=20effecti?= =?utf8?q?vement.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- InterfaceQT4/qtEficas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InterfaceQT4/qtEficas.py b/InterfaceQT4/qtEficas.py index 95828f16..b024ac46 100644 --- a/InterfaceQT4/qtEficas.py +++ b/InterfaceQT4/qtEficas.py @@ -32,8 +32,8 @@ class Appli(Ui_Eficas,QMainWindow): self.dict_reels={} self.multi=multi - if self.multi == False :self.definitCode(code,ssCode) self.RepIcon=os.path.join( os.path.dirname(os.path.abspath(__file__)),'../Editeur/icons') + if self.multi == False :self.definitCode(code,ssCode) eficas_root_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) self.ajoutIcones() -- 2.39.2