SettingsDialog.st
branchjv
changeset 15882 bb40a5fcba34
parent 15609 9e16a127f90a
parent 15881 6b3577458a85
child 15927 b134b5ad8d68
--- a/SettingsDialog.st	Fri Oct 02 06:40:57 2015 +0100
+++ b/SettingsDialog.st	Sat Oct 03 06:54:58 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$'
 ! !