summaryrefslogtreecommitdiff
path: root/gtk/gtkprogress.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkprogress.c')
-rw-r--r--gtk/gtkprogress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkprogress.c b/gtk/gtkprogress.c
index cb3fcc2920..4fa9b415e8 100644
--- a/gtk/gtkprogress.c
+++ b/gtk/gtkprogress.c
@@ -92,7 +92,7 @@ gtk_progress_get_type (void)
(GInstanceInitFunc) gtk_progress_init,
};
- progress_type = g_type_register_static (GTK_TYPE_WIDGET, "GtkProgress",
+ progress_type = g_type_register_static (GTK_TYPE_WIDGET, g_intern_static_string ("GtkProgress"),
&progress_info, 0);
}