UserPreferences>DevelopmentSystem>backupOnImageSave
2010/8/30 Jose Gregoris <[email protected]> > Hola > > Estaba viendo esto: > > DevelopmentSessionManager>>snapshot: fileName > "Save the current image to fileName. Advance the minor component of > the image version." > > ^self > advanceImageVersionMinor; > primSnapshot: fileName > backup: self backupOnImageSave > type: 0 > > y ESto: > > SessionManager>>snapshot: fileName > "Private - Save the current image to fileName." > > ^self > primSnapshot: fileName > backup: false > type: 0 > > > Suponía que si cambiaba el argumento de "FALSE " a "True" dolphin haría > una backup de la imagen, pero no lo hace. > Falta implementar o hay algo que no veo ? > > > saludos kiko > > > > -- > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<clubsmalltalk%[email protected]> > > http://www.clubSmalltalk.org -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] http://www.clubSmalltalk.org
