]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcellrendererpixbuf.c
urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if
[~andy/gtk] / gtk / gtkcellrendererpixbuf.c
index c37cb5afb64b297bd8912ea6d356d0120e9fb7ce..50d6a9fe7ddb50dfed909976e8787aaf95768327 100644 (file)
@@ -76,7 +76,7 @@ gtk_cell_renderer_pixbuf_get_type (void)
                        (GInstanceInitFunc) gtk_cell_renderer_pixbuf_init,
                };
 
-               cell_pixbuf_type = g_type_register_static (GTK_TYPE_CELL_RENDERER, "GtkCellRendererPixbuf", &cell_pixbuf_info);
+               cell_pixbuf_type = g_type_register_static (GTK_TYPE_CELL_RENDERER, "GtkCellRendererPixbuf", &cell_pixbuf_info, 0);
        }
 
        return cell_pixbuf_type;