AbstractSettingsApplication.st
branchjv
changeset 16570 dc5e958a20dc
parent 16445 6bc184e74f9c
parent 16466 59b8495a1650
child 16571 cf319f2e56d0
--- a/AbstractSettingsApplication.st	Fri May 06 06:55:08 2016 +0200
+++ b/AbstractSettingsApplication.st	Mon May 09 21:47:57 2016 +0200
@@ -8552,7 +8552,7 @@
 
     BRIDGE::SmalltalkBridge notNil ifTrue:[
         BRIDGE::SmalltalkBridge verbose ~= (self smalltalkBridgeVerbose value) ifTrue:[^ true].
-        BRIDGE::SmalltalkBridge singletonInstanceOrNil notNil ifTrue:[
+        BRIDGE::SmalltalkBridge defaultInstanceOrNil notNil ifTrue:[
             (self smalltalkBridgeEnabled value) ifFalse:[^ true].
         ] ifFalse:[
         (self smalltalkBridgeEnabled value) ifTrue:[^ true].