just a comment fix

This commit is contained in:
Dana Jansens 2003-02-03 04:15:47 +00:00
parent 9223bfdd67
commit a0c28724cc

View 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: