code cleanup (arg-names)
authorClaus Gittinger <cg@exept.de>
Mon, 19 May 2008 21:16:56 +0200
changeset 2340 e51e52c8e849
parent 2339 a06d19fe7b32
child 2341 5e96eeacf346
code cleanup (arg-names)
FlyByWindowInformation.st
--- a/FlyByWindowInformation.st	Mon May 19 21:16:33 2008 +0200
+++ b/FlyByWindowInformation.st	Mon May 19 21:16:56 2008 +0200
@@ -39,8 +39,8 @@
 
 !FlyByWindowInformation methodsFor:'event handling'!
 
-buttonMotion:state x:x y:y view:aView
-    super buttonMotion:state x:x y:y view:aView.
+buttonMotion:buttonAndModifierState x:x y:y view:aView
+    super buttonMotion:buttonAndModifierState x:x y:y view:aView.
     ^ true
 !