diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-02-16 23:43:31 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-02-16 23:43:31 +0000 |
| commit | 31d41a7aa60b06caea77d2c20af48e5c54eed600 (patch) | |
| tree | b534a4fd85939854a39be25a115256b5cf86851b /scripts | |
| parent | 671230f83e05bc0f60abd42cac0735657ff90ed6 (diff) | |
defualt START_WITH_NEXT to true for desktops too
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/cycle.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/cycle.py b/scripts/cycle.py index 6165afab..fbae810b 100644 --- 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) |
