oops, missing a data.

This commit is contained in:
Dana Jansens 2003-02-04 12:40:12 +00:00
parent 7d66a2a42b
commit cc050a4ec8

View file

@ -66,7 +66,7 @@ def _focused(data):
def _newwindow(data): def _newwindow(data):
# make sure its not already in the list # make sure its not already in the list
win = client.window() win = data.client.window()
for i in range(len(_clients)): for i in range(len(_clients)):
if _clients[i].window() == win: if _clients[i].window() == win:
return return