X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=iramuteq.py;h=cf7088a684fd78fbd90146a61e2a67b493cc5727;hp=90212a7ab9eb555a3908a99e91cb337a28b5474d;hb=ccbef6c76373f1b2c0e32d1c76924244a3372af7;hpb=23c18d65a858461bfb5b62b948522640d6d52507 diff --git a/iramuteq.py b/iramuteq.py index 90212a7..cf7088a 100644 --- a/iramuteq.py +++ b/iramuteq.py @@ -441,6 +441,7 @@ class IraFrame(wx.Frame): self.pref.read(self.ConfigPath['preferences']) if IsNew(self) : UpgradeConf(self) + self.pref.read(self.ConfigPath['preferences']) New = True else : CopyConf(self)