]> Dogcows Code - chaz/openbox/commitdiff
oops, missing a data.
authorDana Jansens <danakj@orodu.net>
Tue, 4 Feb 2003 12:40:12 +0000 (12:40 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 4 Feb 2003 12:40:12 +0000 (12:40 +0000)
scripts/focus.py

index f51b92144e5ddf02fa989288185aaa514d88eb94..e9a974b5f0ebd1da395ef583fce81a8c6c966e51 100644 (file)
@@ -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
This page took 0.021906 seconds and 4 git commands to generate.