diff options
Diffstat (limited to 'gtk/gtknotebook.c')
-rw-r--r-- | gtk/gtknotebook.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c index 881d310f57..057c34f8ee 100644 --- a/gtk/gtknotebook.c +++ b/gtk/gtknotebook.c @@ -314,7 +314,7 @@ gtk_notebook_get_type (void) (GInstanceInitFunc) gtk_notebook_init, }; - notebook_type = g_type_register_static (GTK_TYPE_CONTAINER, "GtkNotebook", + notebook_type = g_type_register_static (GTK_TYPE_CONTAINER, g_intern_static_string ("GtkNotebook"), ¬ebook_info, 0); } |