AbstractSettingsApplication.st
changeset 17943 b2efb0175eab
parent 17939 128b51c94f39
child 17958 947fa7e596dc
equal deleted inserted replaced
17942:4ebdadb588e2 17943:b2efb0175eab
 19662     ].
 19662     ].
 19663     ^ beepForWarningDialog.
 19663     ^ beepForWarningDialog.
 19664 !
 19664 !
 19665 
 19665 
 19666 beepInEditor
 19666 beepInEditor
       
 19667     "the aspect hodler which controls if some error/not found conditions in an editor
       
 19668      should beep or not."
       
 19669 
 19667     beepInEditor isNil ifTrue:[
 19670     beepInEditor isNil ifTrue:[
 19668         beepInEditor := true asValue.
 19671         beepInEditor := true asValue.
 19669         beepInEditor onChangeSend:#updateModifiedChannel to:self
 19672         beepInEditor onChangeSend:#updateModifiedChannel to:self
 19670     ].
 19673     ].
 19671     ^ beepInEditor.
 19674     ^ beepInEditor.