Comment 4 for bug 533216

Revision history for this message
Arne Goetje (arnegoetje) wrote :

Thanks for analyzing this. :) Now I know where to look at.
However, I'm not sure right now how to solve this, since we cannot just order all entries alphabetically, but need to put the active entries, sorted by the user, in the beginning. The following inactive entries can then be sorted alphabetically. The current code used bubble-sort for this.