From 611ed2ffcfe4a4837e716aa1bb64c2e9e624f491 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 6 Oct 2010 11:49:12 +0100 Subject: [PATCH] shell: Fix compile time warning And make the arguments match the expect ones. --- shell/shell-search-renderer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/shell-search-renderer.c b/shell/shell-search-renderer.c index ef0b997be..90df91c15 100644 --- a/shell/shell-search-renderer.c +++ b/shell/shell-search-renderer.c @@ -221,8 +221,8 @@ static void shell_search_renderer_render (GtkCellRenderer *cell, cairo_t *cr, GtkWidget *widget, - GdkRectangle *background_area, - GdkRectangle *cell_area, + const GdkRectangle *background_area, + const GdkRectangle *cell_area, GtkCellRendererState flags) { ShellSearchRendererPrivate *priv = SHELL_SEARCH_RENDERER (cell)->priv;