diff options
Diffstat (limited to 'gtk/gtktextchild.c')
-rw-r--r-- | gtk/gtktextchild.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextchild.c b/gtk/gtktextchild.c index 68f5dd5fbd..c06361938e 100644 --- a/gtk/gtktextchild.c +++ b/gtk/gtktextchild.c @@ -329,7 +329,7 @@ gtk_text_child_anchor_get_type (void) (GInstanceInitFunc) gtk_text_child_anchor_init, }; - object_type = g_type_register_static (G_TYPE_OBJECT, "GtkTextChildAnchor", + object_type = g_type_register_static (G_TYPE_OBJECT, g_intern_static_string ("GtkTextChildAnchor"), &object_info, 0); } |