From kde-commits Mon Jun 18 18:01:45 2007 From: David Faure Date: Mon, 18 Jun 2007 18:01:45 +0000 To: kde-commits Subject: KDE/kdelibs/kstyles/plastik Message-Id: <1182189705.530018.27003.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=118219001910668 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);