SettingsDialog.st
changeset 15881 6b3577458a85
parent 15607 1e233fdc0cef
child 15882 bb40a5fcba34
child 15919 fbc792e7c1b3
--- a/SettingsDialog.st	Thu Oct 01 23:44:19 2015 +0200
+++ b/SettingsDialog.st	Fri Oct 02 08:14:04 2015 +0200
@@ -1542,6 +1542,8 @@
         ifTrue:[
             self saveSettingsWithoutAskingForFile.
         ].
+        "D122540 - Dialog opens twice"
+        self realApplications do:[:each| each clearDidModifySettings ].
     ].
 
     self destroyAll.
@@ -2014,11 +2016,11 @@
 !SettingsDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.129 2015-05-02 07:58:09 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.129 2015-05-02 07:58:09 cg Exp $'
+    ^ '$Header$'
 ! !