]> Pileus Git - ~andy/gtk/blobdiff - gdk/gdkfont.c
Merge from gdk-pixbuf stable.
[~andy/gtk] / gdk / gdkfont.c
index a3c6d6459794f056a5403bd28cd0fa75590ea1d6..9c017840d4c663c94ef3340dbf9d77d6e51e6a93 100644 (file)
@@ -34,10 +34,8 @@ gdk_font_get_type (void)
   
   if (our_type == 0)
     our_type = g_boxed_type_register_static ("GdkFont",
-                                            NULL,
                                             (GBoxedCopyFunc)gdk_font_ref,
-                                            (GBoxedFreeFunc)gdk_font_unref,
-                                            TRUE);
+                                            (GBoxedFreeFunc)gdk_font_unref);
   return our_type;
 }