Updating Grafoscopio load by default the version on the repo (not de development one).

Works better in the data week workshops.
This commit is contained in:
Offray Vladimir Luna Cárdenas 2016-09-23 10:27:10 +00:00
parent 656cfd378e
commit df59b6cd78
1 changed files with 2 additions and 2 deletions

View File

@ -613,8 +613,8 @@ GrafoscopioGUI class >> updateGrafoscopio [
Gofer new
smalltalkhubUser: 'Offray' project: 'Grafoscopio';
package: 'Grafoscopio';
loadVersion: #development.
self updateUI.
load.
self updateUI.
]
{ #category : #updating }