SettingsDialog.st
changeset 14306 9dfa3f159bd3
parent 14305 be12b81e53ff
child 14318 9ba7b1cfc4c4
--- a/SettingsDialog.st	Tue May 06 16:48:12 2014 +0200
+++ b/SettingsDialog.st	Tue May 06 16:48:24 2014 +0200
@@ -637,6 +637,10 @@
     ]
 
     "Modified: / 15-10-2011 / 12:06:27 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
+subCanvasApplication
+    ^ self subCanvasApplicationHolder value
 ! !
 
 !SettingsDialog methodsFor:'actions'!
@@ -1434,10 +1438,6 @@
     "Modified: / 17-02-2012 / 10:24:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
-subCanvasApplication
-    ^ self subCanvasApplicationHolder value
-!
-
 update:something with:aParameter from:changedObject
     |subCanvasApplication|
 
@@ -1865,11 +1865,11 @@
 !SettingsDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.114 2014-05-06 14:48:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.115 2014-05-06 14:48:24 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.114 2014-05-06 14:48:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.115 2014-05-06 14:48:24 cg Exp $'
 ! !