SVN commit 677227 by dfaure: Fix bug spotted by Christian Spiel M +1 -1 plastik.h --- trunk/KDE/kdelibs/kstyles/plastik/plastik.h #677226:677227 @@ -265,7 +265,7 @@ (height == other.height) && (c1Rgb == other.c1Rgb) && (c1Rgb == other.c1Rgb) && - (horizontal = other.horizontal); + (horizontal == other.horizontal); // if(!match) { // qDebug("operator ==: CacheEntries don't match!"); // qDebug("width: %d\t\tother width: %d", width, other.width);