summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-02-07 01:36:05 -0500
committerDana Jansens <danakj@orodu.net>2008-02-14 14:24:37 -0500
commit74a746e55f8c7faea0d71e9744532bda462b23bd (patch)
treef8fa5593cc620862ba277bbaad1cf00ba6dffb18
parent0da49e82aea1e881792ffc45a48301a090af18f3 (diff)
use the hover and press button colors (this was a bug)
-rw-r--r--openbox/prompt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/prompt.c b/openbox/prompt.c
index 1c7e2261..f391331c 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);