[Tilesathome] [PATCH] Small fix for lib/Tileset.pm (_unstable)

Andreas Mueller mailinglists at andreas-mueller.com
Thu Sep 25 10:18:19 BST 2008


Hello,

I've attached a small patch that will calm down the current unstable
branch, I think it was just a small typo.

Regards,
Andreas.
-------------- next part --------------
Index: lib/Tileset.pm
===================================================================
--- lib/Tileset.pm      (revision 10890)
+++ lib/Tileset.pm      (working copy)
@@ -726,7 +726,7 @@
             $i++;
             $::progress = $i;
             $::progressPercent = $i / $number_tiles * 100;
-            ::statusMessage("Writing tile $x $y", 10, 0);
+            ::statusMessage("Writing tile $x $y", 0, 10);
             # Get a tiles'worth of data from the main image
             $SubImage->copy($Image,
                             0,                   # Dest X offset


More information about the Tilesathome mailing list