XWorkstation.st
changeset 6569 844102405f89
parent 6567 803364ec1f7d
child 6570 6751a32c66ec
--- a/XWorkstation.st	Sat Sep 20 15:32:29 2014 +0200
+++ b/XWorkstation.st	Sun Sep 21 13:26:23 2014 +0200
@@ -7878,7 +7878,7 @@
      Only the key is passed to myself - no permanent grab is installed.
      (GrabModeAsync)"
 
-    ^ sekf
+    ^ self
 	grabKey:keySymCodeOrChar
 	modifier:modifierMaskOrNil
 	grabModeKeyboard:#GrabModeAsync
@@ -13558,11 +13558,11 @@
 !XWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.597 2014-09-20 13:30:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.598 2014-09-21 11:26:23 vrany Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.597 2014-09-20 13:30:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.598 2014-09-21 11:26:23 vrany Exp $'
 !
 
 version_SVN