summaryrefslogtreecommitdiff
path: root/gtk/gtkcelllayout.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkcelllayout.c')
-rw-r--r--gtk/gtkcelllayout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcelllayout.c b/gtk/gtkcelllayout.c
index ef4629bab5..f39bf9d68c 100644
--- a/gtk/gtkcelllayout.c
+++ b/gtk/gtkcelllayout.c
@@ -42,7 +42,7 @@ gtk_cell_layout_get_type (void)
};
cell_layout_type =
- g_type_register_static (G_TYPE_INTERFACE, "GtkCellLayout",
+ g_type_register_static (G_TYPE_INTERFACE, g_intern_static_string ("GtkCellLayout"),
&cell_layout_info, 0);
g_type_interface_add_prerequisite (cell_layout_type, G_TYPE_OBJECT);