CVS commit by staikos:
initialize all your memory
M +1 -1 kstcolorsequence.cpp 1.12
--- kdeextragear-2/kst/kst/kstcolorsequence.cpp #1.11:1.12
@@ -69,5 +69,5 @@ QColor KstColorSequence::next(const KstB
int start;
- for (int i = 0; i < _self->_count; i++) {
+ for (int i = 0; i < _self->_count*2; i++) {
usage[i] = 0;
}