]> Dogcows Code - chaz/openbox/commitdiff
just a comment fix
authorDana Jansens <danakj@orodu.net>
Mon, 3 Feb 2003 04:15:47 +0000 (04:15 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 3 Feb 2003 04:15:47 +0000 (04:15 +0000)
scripts/motion.py

index b0a6651def2d16fa8e6a946bd4aa24791d523bbd..38a26d5316818bcee73765f69bbc7a0aed882542 100644 (file)
@@ -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:
This page took 0.024522 seconds and 4 git commands to generate.