diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-02-07 01:36:05 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-02-07 02:14:45 -0500 |
| commit | aeb1ebd04d9f41803cd7e408c1f73004d098c85f (patch) | |
| tree | 8f041bc56cbfe30e79ed861f4375c9bee0ecbda3 | |
| parent | fcc23e1fd18a6ee3498de2f36928add82a468ed8 (diff) | |
use the hover and press button colors (this was a bug)
| -rw-r--r-- | openbox/prompt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/prompt.c b/openbox/prompt.c index ad930e3e..aa5eb06f 100644 --- a/openbox/prompt.c +++ b/openbox/prompt.c @@ -48,8 +48,8 @@ void prompt_startup(gboolean reconfig) prompt_a_press = RrAppearanceCopy(ob_rr_theme->a_focused_pressed_close); c_button = prompt_a_button->texture[0].data.mask.color; - c_focus = prompt_a_button->texture[0].data.mask.color; - c_press = prompt_a_button->texture[0].data.mask.color; + c_focus = prompt_a_focus->texture[0].data.mask.color; + c_press = prompt_a_press->texture[0].data.mask.color; RrAppearanceRemoveTextures(prompt_a_button); RrAppearanceRemoveTextures(prompt_a_focus); |
