[gtk+] gsk: Fix a typo



commit 9e2e6c11157166612f0178ac0d7c3144f7d95fe4
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Sep 28 21:06:52 2017 -0400

    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.

 gsk/gskrendernodeimpl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gsk/gskrendernodeimpl.c b/gsk/gskrendernodeimpl.c
index bda975d..f0c0f02 100644
--- a/gsk/gskrendernodeimpl.c
+++ b/gsk/gskrendernodeimpl.c
@@ -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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]