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.