defualt START_WITH_NEXT to true for desktops too

This commit is contained in:
Dana Jansens 2003-02-16 23:43:31 +00:00
parent 671230f83e
commit 31d41a7aa6

View file

@ -455,8 +455,6 @@ class _CycleDesktops(_Cycle):
def __eq__(self, other): def __eq__(self, other):
return other.index == self.index return other.index == self.index
START_WITH_NEXT = 0
def __init__(self): def __init__(self):
_Cycle.__init__(self) _Cycle.__init__(self)