The Inbox: MorphicExtras-edc.95.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Inbox: MorphicExtras-edc.95.mcz

commits-2
A new version of MorphicExtras was added to project The Inbox:
http://source.squeak.org/inbox/MorphicExtras-edc.95.mcz

==================== Summary ====================

Name: MorphicExtras-edc.95
Author: edc
Time: 4 December 2010, 6:30:36.511 am
UUID: b400402a-9bad-417d-80cc-9cb7b1cc6293
Ancestors: MorphicExtras-ul.94

This fix the error we have when:
You made Flaps makeNavigatorFlapResembleGoldenBar , so Navigator Flap shows in the World.
You hit the FIND button and hold .
Then you pick the second item
find a project (more places)

=============== Diff against MorphicExtras-ul.94 ===============

Item was changed:
  ----- Method: ProjectNavigationMorph>>findAProject (in category 'the actions') -----
  findAProject
 
  FileList2
+ morphicViewProjectLoader2InWorld: World
- morphicViewProjectLoader2InWorld: self world
  reallyLoad: true
  dirFilterType: #initialDirectoryList!