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:
30cef0c
)
kill a warning
author
Dana Jansens
<danakj@orodu.net>
Mon, 10 Feb 2003 15:41:11 +0000
(15:41 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 10 Feb 2003 15:41:11 +0000
(15:41 +0000)
scripts/focus.py
patch
|
blob
|
history
diff --git
a/scripts/focus.py
b/scripts/focus.py
index 3bbf600fed1a9dcb6f0fa9eeb23a67c30ea89439..dbaf4bc444b87f293c9bb2268297f99c4c81bb83 100644
(file)
--- a/
scripts/focus.py
+++ b/
scripts/focus.py
@@
-48,10
+48,9
@@
def _remove(client):
raise ValueError("_remove(x): x not in _clients list.")
def _focused(data):
- global _clients
+ global _clients
, _skip
if _skip:
- global _skip
_skip -= 1
return