X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=ProfList.py;h=5e58a99c8459bc1b82619250dce918f2c83ff440;hp=e882f7ebd126751f3e78f79e7f5d6f280c03b952;hb=a9b4571e2e23ad165436cb2ccc79d18083882091;hpb=a08aea7209aa958dee6b6337525b8036b9215100 diff --git a/ProfList.py b/ProfList.py index e882f7e..5e58a99 100644 --- a/ProfList.py +++ b/ProfList.py @@ -795,7 +795,7 @@ class ProfListctrlPanel(wx.ListCtrl, listmix.ListCtrlAutoWidthMixin, listmix.Col class wliste(wx.Frame): def __init__(self, parent, id, title, d, fline, size=(600, 500)): wx.Frame.__init__(self, parent, id) - self.liste = ListForSpec(self, parent, d, fline, menu = False) + self.liste = ListForSpec(self, parent, d, fline[1:], menu = False) self.button_1 = wx.Button(self, -1, "Fermer") self.Bind(wx.EVT_BUTTON, self.OnCloseMe, self.button_1) self.Bind(wx.EVT_CLOSE, self.OnCloseWindow)