projects
/
mikachu
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
671230f
)
defualt START_WITH_NEXT to true for desktops too
author
Dana Jansens
<danakj@orodu.net>
Sun, 16 Feb 2003 23:43:31 +0000
(23:43 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 16 Feb 2003 23:43:31 +0000
(23:43 +0000)
scripts/cycle.py
patch
|
blob
|
history
diff --git
a/scripts/cycle.py
b/scripts/cycle.py
index 6165afab06c2d95b096980082636aca4ba3f4183..fbae810b66f66dc4d38fbecdc1e583d51d168f7b 100644
(file)
--- a/
scripts/cycle.py
+++ b/
scripts/cycle.py
@@
-455,8
+455,6
@@
class _CycleDesktops(_Cycle):
def __eq__(self, other):
return other.index == self.index
- START_WITH_NEXT = 0
-
def __init__(self):
_Cycle.__init__(self)