changed: #processEvent:
authorClaus Gittinger <cg@exept.de>
Thu, 17 Jan 2013 12:16:00 +0100
changeset 12112 0012158092fb
parent 12111 0da8cd378b6f
child 12113 239341521c07
changed: #processEvent: fixed ist update of directory contents
AbstractFileFinderApplicationComponent.st
--- a/AbstractFileFinderApplicationComponent.st	Thu Jan 17 11:48:34 2013 +0100
+++ b/AbstractFileFinderApplicationComponent.st	Thu Jan 17 12:16:00 2013 +0100
@@ -402,6 +402,8 @@
     "filter keyboard events.
      Return true, if I have eaten the event"
 
+    <resource: #keyboard (#Return )>
+
     |focusView key rawKey|
 
     anEvent isKeyPressEvent ifTrue:[
@@ -475,9 +477,10 @@
 !AbstractFileFinderApplicationComponent class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractFileFinderApplicationComponent.st,v 1.6 2012-01-12 02:34:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractFileFinderApplicationComponent.st,v 1.7 2013-01-17 11:16:00 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractFileFinderApplicationComponent.st,v 1.6 2012-01-12 02:34:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractFileFinderApplicationComponent.st,v 1.7 2013-01-17 11:16:00 cg Exp $'
 ! !
+