From: Dana Jansens Date: Thu, 7 Feb 2008 06:36:05 +0000 (-0500) Subject: use the hover and press button colors (this was a bug) X-Git-Tag: mikabox-3.4.7~24^2~7 X-Git-Url: http://git.openbox.org/?p=mikachu%2Fopenbox.git;a=commitdiff_plain;h=74a746e55f8c7faea0d71e9744532bda462b23bd use the hover and press button colors (this was a bug) --- diff --git a/openbox/prompt.c b/openbox/prompt.c index 1c7e226..f391331 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);