AbstractSettingsApplication.st
changeset 16389 7f552d38716c
parent 16387 f34948f0f43f
child 16408 bc62fb9a8df6
child 16411 dbd6771f5129
--- a/AbstractSettingsApplication.st	Tue May 03 14:59:07 2016 +0200
+++ b/AbstractSettingsApplication.st	Tue May 03 15:20:16 2016 +0200
@@ -16202,7 +16202,7 @@
         AbstractSourceCodeManager cachingSources ifFalse:[
             (Dialog confirm:'No cache directory defined. Setup now?') ifTrue:[
                 AbstractSourceCodeManager cachingSources:true.
-                thisContext restart.
+                self browseSourceCache
             ].            
         ] ifFalse:[
             AbstractSourceCodeManager initCacheDirPath.