AbstractFileBrowser.st
branchjv
changeset 12240 a2a5f4c906de
parent 12230 5568874ba4cf
child 12254 b1237f76f501
--- a/AbstractFileBrowser.st	Sat May 05 22:28:49 2012 +0100
+++ b/AbstractFileBrowser.st	Sat May 05 23:06:53 2012 +0100
@@ -5950,7 +5950,6 @@
     "Created: / 15-01-2012 / 19:43:08 / cg"
 ! !
 
-
 !AbstractFileBrowser methodsFor:'menu actions-tools'!
 
 allFilesInSelectedDirectoriesForWhich:aBlock
@@ -7446,8 +7445,8 @@
         ].
 
         self withActivityIndicationDo:[
-            ((name1 notNil and:[name1 fileSize > (1024*1024*8)])
-            or:[ name2 fileSize > (1024*1024*8) ]) ifTrue:[
+            ((name1 notNil and:[name1 fileSize > (1024*1024*32)])
+            or:[ name2 fileSize > (1024*1024*32) ]) ifTrue:[
                 name1 fileSize = name2 fileSize ifTrue:[
                     ProgressIndicator
                         displayBusyIndicator:'Comparing...'
@@ -7494,7 +7493,7 @@
         ]
     ]
 
-    "Modified: / 05-01-2012 / 14:26:20 / cg"
+    "Modified: / 03-05-2012 / 08:03:16 / cg"
 !
 
 openDirectoryDiffView
@@ -8279,7 +8278,6 @@
     ^ false
 ! !
 
-
 !AbstractFileBrowser methodsFor:'presentation'!
 
 getModeString:modeBits
@@ -8464,6 +8462,8 @@
     "Modified: / 19-01-2012 / 10:43:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
+
+
 initialCommandFor:fileName into:aBox
     "set a useful initial command for execute box."
 
@@ -9194,13 +9194,13 @@
 !AbstractFileBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Id: AbstractFileBrowser.st 7979 2012-04-13 18:16:04Z vranyj1 $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractFileBrowser.st,v 1.493 2012/05/03 06:04:27 cg Exp $'
 !
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libtool/AbstractFileBrowser.st,v 1.492 2012/02/28 10:16:29 cg Exp §'
+    ^ '§Header: /cvs/stx/stx/libtool/AbstractFileBrowser.st,v 1.493 2012/05/03 06:04:27 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: AbstractFileBrowser.st 7979 2012-04-13 18:16:04Z vranyj1 $'
+    ^ '$Id: AbstractFileBrowser.st 7990 2012-05-05 22:06:53Z vranyj1 $'
 ! !