Tools__ProjectLoader.st
changeset 17315 a5cd1e2358d6
parent 16510 55dc7652db5e
child 18477 1204c7d7118f
equal deleted inserted replaced
17314:f3ab8e4ed8f5 17315:a5cd1e2358d6
   433 
   433 
   434 !ProjectLoader methodsFor:'hooks'!
   434 !ProjectLoader methodsFor:'hooks'!
   435 
   435 
   436 commonPostOpen
   436 commonPostOpen
   437 
   437 
       
   438     super commonPostOpen.
   438     projectList := self class loadProjects.
   439     projectList := self class loadProjects.
   439     self projectListChanged
   440     self projectListChanged
   440 
   441 
   441     "Created: / 22-11-2008 / 09:43:04 / Jan Vrany <vranyj1@fel.cvut.cz>"
   442     "Created: / 22-11-2008 / 09:43:04 / Jan Vrany <vranyj1@fel.cvut.cz>"
   442     "Modified: / 26-11-2008 / 10:16:30 / Jan Vrany <vranyj1@fel.cvut.cz>"
   443     "Modified: / 26-11-2008 / 10:16:30 / Jan Vrany <vranyj1@fel.cvut.cz>"