diff options
Diffstat (limited to 'gtk/gtkpixmap.c')
-rw-r--r-- | gtk/gtkpixmap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkpixmap.c b/gtk/gtkpixmap.c index 4768f77f7b..2d92298ccf 100644 --- a/gtk/gtkpixmap.c +++ b/gtk/gtkpixmap.c @@ -65,6 +65,7 @@ gtk_pixmap_get_type (void) (GtkClassInitFunc) NULL, }; + g_intern_static_string ("GtkPixmap"); pixmap_type = gtk_type_unique (GTK_TYPE_MISC, &pixmap_info); } |