SettingsDialog.st
changeset 8268 ad2da5c435b9
parent 8119 f3b1dfbeb5ce
child 8476 84fa59f05e50
--- a/SettingsDialog.st	Sat Sep 06 13:31:51 2008 +0200
+++ b/SettingsDialog.st	Sat Sep 06 15:23:41 2008 +0200
@@ -863,9 +863,7 @@
     |item|
 
     item := self getItemByApplication:anApplication.
-    item sort:[:a :b|
-        a label < b label
-    ].
+    item sort:[:a :b| a label < b label].
 ! !
 
 !SettingsDialog methodsFor:'application list access-private'!
@@ -1375,7 +1373,7 @@
 !SettingsDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.78 2008-05-08 14:07:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SettingsDialog.st,v 1.79 2008-09-06 13:23:41 cg Exp $'
 ! !
 
 SettingsDialog initialize!