From: Cosimo Cecchi Date: Mon, 28 Nov 2011 22:40:32 +0000 (-0500) Subject: themingengine: fix a typo X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=ae60f00ba421730723a6b6db59a9eceea0f507db;p=~andy%2Fgtk themingengine: fix a typo --- diff --git a/gtk/gtkthemingengine.c b/gtk/gtkthemingengine.c index b861f91a7..5273f464f 100644 --- a/gtk/gtkthemingengine.c +++ b/gtk/gtkthemingengine.c @@ -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; }