don't declare hilight variable twice
This commit is contained in:
parent
156283936b
commit
aa15f90959
@ -746,7 +746,7 @@ clearlooks_glossy_draw_tab (cairo_t *cr,
|
||||
|
||||
if (params->active)
|
||||
{
|
||||
CairoColor shadow, hilight, f1, f2;
|
||||
CairoColor shadow, f1, f2;
|
||||
|
||||
pattern = cairo_pattern_create_linear (tab->gap_side == CL_GAP_LEFT ? width-1 : 0,
|
||||
tab->gap_side == CL_GAP_TOP ? height-2 : 1,
|
||||
|
Loading…
Reference in New Issue
Block a user