]> Dogcows Code - chaz/openbox/commitdiff
missing a )
authorDana Jansens <danakj@orodu.net>
Thu, 30 Jan 2003 00:04:29 +0000 (00:04 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 30 Jan 2003 00:04:29 +0000 (00:04 +0000)
scripts/focus.py

index 9a480ed556523bfbedf1c9bc1f0ab2a450c863b6..5ae40cf273e483aa7cb71295a0d7d8beef15e398 100644 (file)
@@ -197,7 +197,7 @@ def _create_popup_list(data):
         if client and ((client.desktop() == desktop or
                         client.desktop() == 0xffffffff) and \
                        client.normal() and (client.canFocus() or
-                                            client.focusNotify()):
+                                            client.focusNotify())):
             t = client.title()
             if len(t) > 50: # limit the length of titles
                 t = t[:24] + "..." + t[-24:]
This page took 0.022174 seconds and 4 git commands to generate.