Issue 1134: Repeated Author Initials Inquiry

Confirmed.

Tracked down to 

ProjectLauncher>>startUp
        World ifNotNil: [World install].
        Author fullName: ''.
        ^self startUpAfterLogin.

That is invoked on image startUp by

AutoStart>>startUp: resuming

that itself uses the class var InstalledLaunchers that contains:

ProjectLauncher.

So at each image startup the fullName is reset to ''.

What should we do. What is the purpouse of ProjectLauncher startUp.

The versions windows of ProjectLauncher>>startUp shows:

markus.denker 8/18/2008 21:35 ProjectLauncher startUp {running}

Should the line:

Author fullName: ''.

be deleted from ProjectLauncher startUp

or should ProjectLauncher be deleted from InstalledLaunchers on
AutoStart?
-- 
Miguel Cobá
http://miguel.leugim.com.mx


_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to