projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7a0eb7
)
rm debug prints
author
Dana Jansens
<danakj@orodu.net>
Thu, 30 Jan 2003 21:39:36 +0000
(21:39 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 30 Jan 2003 21:39:36 +0000
(21:39 +0000)
scripts/motion.py
patch
|
blob
|
history
diff --git
a/scripts/motion.py
b/scripts/motion.py
index e8aa1f3e97143d3d993d7e784f9a0f4701d38806..eca63b02e875d2cf95c8d87f2fc67a7fb371f678 100644
(file)
--- a/
scripts/motion.py
+++ b/
scripts/motion.py
@@
-124,7
+124,6
@@
def move(data):
global _inmove
if not _inmove:
ob.kgrab(_screen, _motion_grab)
- print "GRAB"
_inmove = 1
def end_move(data):
@@
-139,7
+138,6
@@
def end_move(data):
_inmove = 0
_poplabel = 0
_popwidget = 0
- print "UNGRAB"
ob.kungrab()
def _do_resize():