[etoys-notify] [JIRA] Updated: (SQ-279) extra page in updateBook

tracker at squeakland.org tracker at squeakland.org
Wed Oct 28 13:47:04 EDT 2009


     [ http://tracker.immuexa.com/browse/SQ-279?page=all ]

timothy updated SQ-279:
-----------------------

    Priority: Optional  (was: Normal)

> extra page in updateBook
> ------------------------
>
>          Key: SQ-279
>          URL: http://tracker.immuexa.com/browse/SQ-279
>      Project: squeakland
>         Type: Bug
>   Components: etoys
>     Reporter: K. K. Subramaniam
>     Priority: Optional
>      Fix For: etoys 4.1 and showcase - june 2010
>  Attachments: updbkfix.2.cs
>
>
> In Etoys 4.0, "EToysLauncher openGallery" creates an extra empty page when the number of projects to be opened is an exact multiple of ten. The error is in updateBook method. A new page is added when
>      count \\ 10 = 0
> becomes true. But a new page is needed only for counts 11, 21, 31 etc.
> My proposed fix is to insert a new page only if count > 0 and increment count *after* adding the projects into the page.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://tracker.immuexa.com/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



More information about the etoys-notify mailing list