From 31d41a7aa60b06caea77d2c20af48e5c54eed600 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 16 Feb 2003 23:43:31 +0000 Subject: [PATCH] defualt START_WITH_NEXT to true for desktops too --- scripts/cycle.py | 2 -- 1 file changed, 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) -- 2.45.2