gsk: Fix a typo

Repeating linear gradient nodes share most of the implementation
with linear gradient nodes, but they shouldn't share the class name.
This commit is contained in:
Matthias Clasen 2017-09-28 21:06:52 -04:00
parent 352b566179
commit 9e2e6c1115

View File

@ -294,7 +294,7 @@ static const GskRenderNodeClass GSK_LINEAR_GRADIENT_NODE_CLASS = {
static const GskRenderNodeClass GSK_REPEATING_LINEAR_GRADIENT_NODE_CLASS = {
GSK_REPEATING_LINEAR_GRADIENT_NODE,
sizeof (GskLinearGradientNode),
"GskLinearGradientNode",
"GskRepeatingLinearGradientNode",
gsk_linear_gradient_node_finalize,
gsk_linear_gradient_node_draw,
gsk_linear_gradient_node_serialize,