SettingsDialog.st
changeset 16993 a8927e2fc4b1
parent 16991 73558621b29b
child 17007 e5c736e08471
equal deleted inserted replaced
16992:01cd10d0a65a 16993:a8927e2fc4b1
  1778                         stringWithCRs:'Save your changed settings in the settings file?\(which is: "%1")\\If not saved, these changes only apply to your current session.'
  1778                         stringWithCRs:'Save your changed settings in the settings file?\(which is: "%1")\\If not saved, these changes only apply to your current session.'
  1779                         with:self class currentSettingsFilename asString allBold))
  1779                         with:self class currentSettingsFilename asString allBold))
  1780         ifTrue:[
  1780         ifTrue:[
  1781             self saveSettingsWithoutAskingForFile.
  1781             self saveSettingsWithoutAskingForFile.
  1782         ].
  1782         ].
       
  1783         "D122540 - Dialog opens twice"
       
  1784         self realApplications do:[:each| each clearDidModifySettings ].
  1783     ].
  1785     ].
  1784 
  1786 
  1785     self destroyAll.
  1787     self destroyAll.
  1786 
  1788 
  1787     req := self requestor.
  1789     req := self requestor.