Hi, Frank. I was implementing the 'Notes column' in the task viewer when, after seeing some strange behaviour, I realized that in itemctrl.py, columns are actually identified using their header instead of name (see for instance Column.__eq__).
Is there a good reason for that ? Obviously, when two columns have the same header (say, 'Notes' and 'Attachments' having header ''), strange things happen... Cheers Jérôme
