use the hover and press button colors (this was a bug)

This commit is contained in:
Dana Jansens 2008-02-07 01:36:05 -05:00
parent 0da49e82ae
commit 74a746e55f

View file

@ -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);