oops, missing a data.
This commit is contained in:
parent
7d66a2a42b
commit
cc050a4ec8
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ def _focused(data):
|
|||
|
||||
def _newwindow(data):
|
||||
# make sure its not already in the list
|
||||
win = client.window()
|
||||
win = data.client.window()
|
||||
for i in range(len(_clients)):
|
||||
if _clients[i].window() == win:
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue