[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Thu Oct 21 23:53:06 CEST 2004


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;
   }





More information about the Kst mailing list