summaryrefslogtreecommitdiff
path: root/scripts/motion.py
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-02-03 04:15:47 +0000
committerDana Jansens <danakj@orodu.net>2003-02-03 04:15:47 +0000
commita0c28724ccd83dfd18acea1bfc9334c88e6eebb8 (patch)
treeb87693c74fdff6700eb4854f9a1837db2902aef9 /scripts/motion.py
parent9223bfdd67ff39e4aaf72be1a0b4341033fc12c8 (diff)
just a comment fix
Diffstat (limited to 'scripts/motion.py')
-rw-r--r--scripts/motion.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/motion.py b/scripts/motion.py
index b0a6651d..38a26d53 100644
--- a/scripts/motion.py
+++ b/scripts/motion.py
@@ -135,7 +135,7 @@ def _do_move():
f=0
else:
print "moving " + str(x) + " " + str(y)
- _client.move(x, y, 1) # move the frame to the position
+ _client.move(x, y, 1) # move the *frame*
global move_popup
if move_popup: