]> Dogcows Code - chaz/openbox/blobdiff - scripts/focus.py
highlight the popup
[chaz/openbox] / 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.025029 seconds and 4 git commands to generate.