]> Dogcows Code - chaz/openbox/commitdiff
titlebar focus in the background of the popuplist
authorDana Jansens <danakj@orodu.net>
Tue, 28 Jan 2003 05:01:39 +0000 (05:01 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 28 Jan 2003 05:01:39 +0000 (05:01 +0000)
scripts/focus.py

index dcbf29e4f85e5c7c5c4b4168ec3179f4c17fff4e..2302036a45822ec73440c9ed1377ecb45511b2ce 100644 (file)
@@ -162,7 +162,7 @@ def focus_next_stacked(data, forward=1):
                 _list_widget = otk.Widget(ob.openbox, style,
                                           otk.Widget.Vertical, 0,
                                           style.bevelWidth(), 1)
-                t = style.labelFocusBackground()
+                t = style.titlebarFocusBackground()
                 _list_widget.setTexture(t)
 
                 titles = []
This page took 0.024308 seconds and 4 git commands to generate.