#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Mon, 31 Oct 2016 14:25:58 +0100
changeset 16993 a8927e2fc4b1
parent 16992 01cd10d0a65a
child 16994 488f269b2cf0
#BUGFIX by cg class: SettingsDialog changed: #closeRequest re-added lost clearModified to avoid showing cnfirmation dialog twice
SettingsDialog.st
--- a/SettingsDialog.st	Mon Oct 31 11:07:34 2016 +0100
+++ b/SettingsDialog.st	Mon Oct 31 14:25:58 2016 +0100
@@ -1780,6 +1780,8 @@
         ifTrue:[
             self saveSettingsWithoutAskingForFile.
         ].
+        "D122540 - Dialog opens twice"
+        self realApplications do:[:each| each clearDidModifySettings ].
     ].
 
     self destroyAll.