summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkentry.c')
-rw-r--r--gtk/gtkentry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c
index c4757c0d63..1c3fc1cd44 100644
--- a/gtk/gtkentry.c
+++ b/gtk/gtkentry.c
@@ -390,7 +390,7 @@ gtk_entry_get_type (void)
NULL /* interface_data */
};
- entry_type = g_type_register_static (GTK_TYPE_WIDGET, "GtkEntry",
+ entry_type = g_type_register_static (GTK_TYPE_WIDGET, g_intern_static_string ("GtkEntry"),
&entry_info, 0);
g_type_add_interface_static (entry_type,