diff options
Diffstat (limited to 'gtk/gtktreemodel.c')
-rw-r--r-- | gtk/gtktreemodel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktreemodel.c b/gtk/gtktreemodel.c index 500658b5c1..303a91106f 100644 --- a/gtk/gtktreemodel.c +++ b/gtk/gtktreemodel.c @@ -446,7 +446,7 @@ gtk_tree_model_base_init (gpointer g_class) G_SIGNAL_RUN_FIRST, closure, NULL, NULL, - _gtk_marshal_VOID__BOXED, + NULL, G_TYPE_NONE, 1, row_deleted_params); |