defualt START_WITH_NEXT to true for desktops too
This commit is contained in:
parent
671230f83e
commit
31d41a7aa6
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue