Fix abi check after recent merges

This commit is contained in:
Matthias Clasen
2010-12-05 12:18:30 -05:00
parent 4701aeb3bc
commit d5df33c75f
17 changed files with 454 additions and 274 deletions

View File

@ -1971,8 +1971,8 @@ gtk_theming_engine_render_frame (GtkThemingEngine *engine,
if (slice)
{
gtk_9slice_render (slice, cr, x, y, width, height);
gtk_9slice_unref (slice);
_gtk_9slice_render (slice, cr, x, y, width, height);
_gtk_9slice_unref (slice);
}
else if (border_style != GTK_BORDER_STYLE_NONE)
render_frame_internal (engine, cr,