AbstractSettingsApplication.st
branchjv
changeset 16570 dc5e958a20dc
parent 16445 6bc184e74f9c
parent 16466 59b8495a1650
child 16571 cf319f2e56d0
equal deleted inserted replaced
16459:85d703589d34 16570:dc5e958a20dc
  8550 hasUnsavedChanges
  8550 hasUnsavedChanges
  8551     (super hasUnsavedChanges) ifTrue:[^ true].
  8551     (super hasUnsavedChanges) ifTrue:[^ true].
  8552 
  8552 
  8553     BRIDGE::SmalltalkBridge notNil ifTrue:[
  8553     BRIDGE::SmalltalkBridge notNil ifTrue:[
  8554         BRIDGE::SmalltalkBridge verbose ~= (self smalltalkBridgeVerbose value) ifTrue:[^ true].
  8554         BRIDGE::SmalltalkBridge verbose ~= (self smalltalkBridgeVerbose value) ifTrue:[^ true].
  8555         BRIDGE::SmalltalkBridge singletonInstanceOrNil notNil ifTrue:[
  8555         BRIDGE::SmalltalkBridge defaultInstanceOrNil notNil ifTrue:[
  8556             (self smalltalkBridgeEnabled value) ifFalse:[^ true].
  8556             (self smalltalkBridgeEnabled value) ifFalse:[^ true].
  8557         ] ifFalse:[
  8557         ] ifFalse:[
  8558         (self smalltalkBridgeEnabled value) ifTrue:[^ true].
  8558         (self smalltalkBridgeEnabled value) ifTrue:[^ true].
  8559         ].
  8559         ].
  8560     ] ifFalse:[
  8560     ] ifFalse:[