summaryrefslogtreecommitdiff
path: root/gtk/gtkexpander.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkexpander.c')
-rw-r--r--gtk/gtkexpander.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkexpander.c b/gtk/gtkexpander.c
index c3d168c782..23cd1fa139 100644
--- a/gtk/gtkexpander.c
+++ b/gtk/gtkexpander.c
@@ -142,7 +142,7 @@ gtk_expander_get_type (void)
};
expander_type = g_type_register_static (GTK_TYPE_BIN,
- "GtkExpander",
+ g_intern_static_string ("GtkExpander"),
&expander_info, 0);
}