[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdesupport/blitz/blitz
From:       Daniel M. Duley <daniel.duley () verizon ! net>
Date:       2007-08-16 20:59:47
Message-ID: 1187297987.402662.28849.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 700950 by mosfet:

Fix a copy 'n pasted check I noticed was wrong right
after I committed >:)


 M  +1 -1      colors.cpp  


--- trunk/kdesupport/blitz/blitz/colors.cpp #700949:700950
@@ -960,7 +960,7 @@
 
 QImage& Blitz::flatten(QImage &img, const QColor &ca, const QColor &cb)
 {
-    if(img.isNull() || img.depth() == 1)
+    if(img.isNull())
         return(img);
 
     if(img.depth() == 1) {
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic