]> Pileus Git - ~andy/gtk/commitdiff
themingengine: fix a typo
authorCosimo Cecchi <cosimoc@gnome.org>
Mon, 28 Nov 2011 22:40:32 +0000 (17:40 -0500)
committerCosimo Cecchi <cosimoc@gnome.org>
Tue, 29 Nov 2011 15:52:03 +0000 (10:52 -0500)
gtk/gtkthemingengine.c

index b861f91a78302ff56c802c2e75815a4e695cbd83..5273f464fb87be52b84d17bb98c6871e0c03c548 100644 (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;
   }