13
0

don't declare hilight variable twice

This commit is contained in:
Nils Philippsen 2014-01-02 15:27:15 +01:00
parent 156283936b
commit aa15f90959

View File

@ -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,