summaryrefslogtreecommitdiff
path: root/gtk/a11y
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-11-17 23:25:45 -0500
committerMatthias Clasen <mclasen@redhat.com>2017-11-17 23:25:45 -0500
commit997f0de4d501d4b674155a817350648fa3138430 (patch)
tree26e1929a08f2fa192067b4c453676ad6aa1a26bf /gtk/a11y
parent7dded559c0170ff89e1453de11e3c2a86a1d4665 (diff)
downloadgtk+-997f0de4d501d4b674155a817350648fa3138430.tar.gz
a11y: Intern a string
Diffstat (limited to 'gtk/a11y')
-rw-r--r--gtk/a11y/gtkcellaccessibleparent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/a11y/gtkcellaccessibleparent.c b/gtk/a11y/gtkcellaccessibleparent.c
index e70191531f..e4ad784a27 100644
--- a/gtk/a11y/gtkcellaccessibleparent.c
+++ b/gtk/a11y/gtkcellaccessibleparent.c
@@ -29,7 +29,7 @@ gtk_cell_accessible_parent_get_type (void)
{
GType g_define_type_id =
g_type_register_static_simple (G_TYPE_INTERFACE,
- "GtkCellAccessibleParent",
+ g_intern_static_string ("GtkCellAccessibleParent"),
sizeof (GtkCellAccessibleParentIface),
NULL,
0,