On Wednesday 25 February 2009 14:20:43 Oswald Buddenhagen wrote: > On Wed, Feb 25, 2009 at 01:46:15AM +0000, Michael Jansen wrote: > > - if (entryMapIt.key().mKey.isNull() && !group.isEmpty() && > > - group != "" && group != "$Version" && > > !group.contains('\x1d')) + if (entryMapIt.key().mKey.isNull()) > > you removed some of the necessary checks. Yes. fixed.