summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: