shell: Fix compile time warning

And make the arguments match the expect ones.
This commit is contained in:
Bastien Nocera 2010-10-06 11:49:12 +01:00
parent 266cf23848
commit 611ed2ffcf

View file

@ -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;