diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-28 05:01:39 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-28 05:01:39 +0000 |
| commit | 3fa43bafc31d29eb7fe93c7808a6e1d884f4a64e (patch) | |
| tree | 288b86dd9d9afe65e7ec2c4117e65b472c2b63a1 /scripts | |
| parent | 5e24320bca4a0e9af721096f0bfa68ee08969bf0 (diff) | |
titlebar focus in the background of the popuplist
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/focus.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/focus.py b/scripts/focus.py index dcbf29e4..2302036a 100644 --- a/scripts/focus.py +++ b/scripts/focus.py @@ -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 = [] |
