From: Dana Jansens Date: Sun, 16 Feb 2003 23:43:31 +0000 (+0000) Subject: defualt START_WITH_NEXT to true for desktops too X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=31d41a7aa60b06caea77d2c20af48e5c54eed600;p=chaz%2Fopenbox defualt START_WITH_NEXT to true for desktops too --- 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)