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

List:       kde-commits
Subject:    extragear/plasma/applets/fifteenPuzzle/src
From:       Jesper Thomschütz <jesperht () yahoo ! com>
Date:       2008-01-20 10:23:18
Message-ID: 1200824598.761967.27864.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 763726 by jesperht:

Fix for images not being split correctly.
Patch by Anthony Bryant.
BUGCC:155912 


 M  +1 -1      fifteen.cpp  


--- trunk/extragear/plasma/applets/fifteenPuzzle/src/fifteen.cpp #763725:763726
@@ -166,7 +166,7 @@
     
     for (int i=1; i < 16; ++i)
     {
-      if (i%4 == 0 && i != 0)
+      if ((i-1)%4 == 0 && i != 1)
       {
         x = 0;
         y = y + SIZE;
[prev in list] [next in list] [prev in thread] [next in thread] 

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