Ricardo Moran uploaded a new version of Etoys to project Etoys:
http://source.squeak.org/etoys/Etoys-Richo.139.mcz ==================== Summary ==================== Name: Etoys-Richo.139 Author: Richo Time: 4 June 2012, 12:53:08 am UUID: 4c5e635c-9424-a148-b1b3-5b51a90878f1 Ancestors: Etoys-bf.138, Etoys-Richo.138 * The times repeat tile wasn't updating when changing language. Fixed by adding TimesRepeatTile>>localeChanged. =============== Diff against Etoys-bf.138 =============== Item was added: + ----- Method: TimesRepeatTile>>localeChanged (in category 'localization') ----- + localeChanged + "Hack to allow the times repeat to update when locale changes" + self labelMorphs first contents: 'Repeat' translated. + self labelMorphs second contents: (' ', ('times' translated), ' '). + self labelMorphs third contents: 'Do' translated + ! _______________________________________________ etoys-dev mailing list [hidden email] http://lists.squeakland.org/mailman/listinfo/etoys-dev |
Hi,
I commited again because I messed up when moving the package from the inbox without taking into account Bert's commit: Etoys-bf.138. Now updating seems to load everything fine. Cheers, Richo On Mon, Jun 4, 2012 at 12:53 AM, <[hidden email]> wrote: Ricardo Moran uploaded a new version of Etoys to project Etoys: _______________________________________________ etoys-dev mailing list [hidden email] http://lists.squeakland.org/mailman/listinfo/etoys-dev |
Committing the merged package is exactly the right thing in this case.
- Bert - On 04.06.2012, at 06:05, Ricardo Moran wrote: > Hi, > > I commited again because I messed up when moving the package from the inbox without taking into account Bert's commit: Etoys-bf.138. Now updating seems to load everything fine. > > Cheers, > Richo > > On Mon, Jun 4, 2012 at 12:53 AM, <[hidden email]> wrote: > Ricardo Moran uploaded a new version of Etoys to project Etoys: > http://source.squeak.org/etoys/Etoys-Richo.139.mcz > > ==================== Summary ==================== > > Name: Etoys-Richo.139 > Author: Richo > Time: 4 June 2012, 12:53:08 am > UUID: 4c5e635c-9424-a148-b1b3-5b51a90878f1 > Ancestors: Etoys-bf.138, Etoys-Richo.138 > > * The times repeat tile wasn't updating when changing language. Fixed by adding TimesRepeatTile>>localeChanged. > > =============== Diff against Etoys-bf.138 =============== > > Item was added: > + ----- Method: TimesRepeatTile>>localeChanged (in category 'localization') ----- > + localeChanged > + "Hack to allow the times repeat to update when locale changes" > + self labelMorphs first contents: 'Repeat' translated. > + self labelMorphs second contents: (' ', ('times' translated), ' '). > + self labelMorphs third contents: 'Do' translated > + ! > _______________________________________________ etoys-dev mailing list [hidden email] http://lists.squeakland.org/mailman/listinfo/etoys-dev |
Free forum by Nabble | Edit this page |