shell: Fix compile time warning
And make the arguments match the expect ones.
This commit is contained in:
parent
266cf23848
commit
611ed2ffcf
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue