FileApplicationNoteBook.st
changeset 3989 7eec3cb5bce6
parent 3988 fd7cc4e7983f
child 4001 ef0ac34526b0
--- a/FileApplicationNoteBook.st	Mon Oct 14 17:30:45 2002 +0200
+++ b/FileApplicationNoteBook.st	Mon Oct 14 18:02:37 2002 +0200
@@ -1094,7 +1094,7 @@
       #(#DataSetColumnSpec
          #id: 'icon'
          #labelButtonType: #Button
-         #labelActionSelector: #sortList:
+         #labelActionSelector: #sortFileListsBy:
          #labelActionArgument: 'directory'
          #width: 25
          #minWidth: 20
@@ -1110,7 +1110,7 @@
          #id: 'fileName'
          #labelAlignment: #left
          #labelButtonType: #Button
-         #labelActionSelector: #sortList:
+         #labelActionSelector: #sortFileListsBy:
          #labelActionArgument: 'fileName'
          #model: #fileName
          #canSelect: false
@@ -1121,7 +1121,7 @@
          #label: 'Perm'
          #id: 'permissions'
          #labelButtonType: #Button
-         #labelActionSelector: #sortList:
+         #labelActionSelector: #sortFileListsBy:
          #labelActionArgument: 'permissions'
          #usePreferredWidth: true
          #width: 75
@@ -1134,7 +1134,7 @@
          #label: 'Version'
          #id: 'version'
          #labelButtonType: #Button
-         #labelActionSelector: #sortList:
+         #labelActionSelector: #sortFileListsBy:
          #labelActionArgument: 'version'
          #columnAlignment: #right
          #width: 100
@@ -1148,7 +1148,7 @@
          #label: 'Type'
          #id: 'type'
          #labelButtonType: #Button
-         #labelActionSelector: #sortList:
+         #labelActionSelector: #sortFileListsBy:
          #labelActionArgument: 'type'
          #columnAlignment: #right
          #width: 100
@@ -1162,7 +1162,7 @@
          #label: 'Owner/Group'
          #id: 'ownerGroup'
          #labelButtonType: #Button
-         #labelActionSelector: #sortList:
+         #labelActionSelector: #sortFileListsBy:
          #labelActionArgument: 'ownerGroup'
          #columnAlignment: #right
          #width: 100
@@ -1176,7 +1176,7 @@
          #label: 'Size'
          #id: 'size'
          #labelButtonType: #Button
-         #labelActionSelector: #sortList:
+         #labelActionSelector: #sortFileListsBy:
          #labelActionArgument: 'sizeAsNumber'
          #columnAlignment: #right
          #width: 80
@@ -1190,7 +1190,7 @@
          #id: 'dateAndTime'
          #labelAlignment: #right
          #labelButtonType: #Button
-         #labelActionSelector: #sortList:
+         #labelActionSelector: #sortFileListsBy:
          #labelActionArgument: 'dateAndTime'
          #columnAlignment: #right
          #usePreferredWidth: true
@@ -1204,7 +1204,7 @@
          #label: 'Method'
          #id: 'method'
          #labelButtonType: #Button
-         #labelActionSelector: #sortList:
+         #labelActionSelector: #sortFileListsBy:
          #labelActionArgument: 'method'
          #columnAlignment: #center
          #usePreferredWidth: true
@@ -1218,7 +1218,7 @@
          #label: 'CRC'
          #id: 'crc'
          #labelButtonType: #Button
-         #labelActionSelector: #sortList:
+         #labelActionSelector: #sortFileListsBy:
          #labelActionArgument: 'crc'
          #usePreferredWidth: true
          #width: 140
@@ -1231,7 +1231,7 @@
          #label: 'Compress Size'
          #id: 'compressSize'
          #labelButtonType: #Button
-         #labelActionSelector: #sortList:
+         #labelActionSelector: #sortFileListsBy:
          #labelActionArgument: 'compressSize'
          #usePreferredWidth: true
          #width: 140
@@ -1244,7 +1244,7 @@
          #label: 'Ratio'
          #id: 'ratio'
          #labelButtonType: #Button
-         #labelActionSelector: #sortList:
+         #labelActionSelector: #sortFileListsBy:
          #labelActionArgument: 'ratio'
          #usePreferredWidth: true
          #width: 140
@@ -4505,5 +4505,5 @@
 !FileApplicationNoteBook class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.13 2002-10-14 15:30:45 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileApplicationNoteBook.st,v 1.14 2002-10-14 16:02:16 penk Exp $'
 ! !