themingengine: fix a typo

This commit is contained in:
Cosimo Cecchi 2011-11-28 17:40:32 -05:00
parent 41b56d87e7
commit ae60f00ba4

View File

@ -1488,7 +1488,7 @@ render_background_internal (GtkThemingEngine *engine,
default:
bg_x = border.left;
bg_y = border.top;
bg_width = width - border.left - border.left;
bg_width = width - border.left - border.right;
bg_height = height - border.top - border.bottom;
break;
}