Comment 4 for bug 1307313

Revision history for this message
Fredrik Ullner (ullner) wrote :

This patch will solve the issue with at least files. I couldn't get a similar mechanism to work for directories (basically also changing the compare function) so that is still broken. Perhaps someone else can take a look at it?

I didn't notice any performance difference compared to before but people are welcome to try on large lists...

By the way, the alternative to fixing the comparer is to do as the ShareManager does; adding numbers to the file, but I'm not sure if that's something people might want. (I.e. "myfile (1).txt", "myfile (2).txt" etc.)