Fix wrong use of base_finalize. (#105126, Sven Neumann)

Fri Apr 18 15:11:50 2003  Owen Taylor  <otaylor@redhat.com>

        * gdk/x11/gdkdisplay-x11.c (_gdk_display_x11_get_type)
        gdk/x11/gdkscreen-x11.c (_gdk_screen_x11_get_type): Fix
        wrong use of base_finalize. (#105126, Sven Neumann)
This commit is contained in:
Owen Taylor
2003-04-18 19:18:27 +00:00
committed by Owen Taylor
parent cfd2e98362
commit f964a0e1f8
7 changed files with 32 additions and 2 deletions

View File

@ -70,7 +70,7 @@ _gdk_screen_x11_get_type ()
{
sizeof (GdkScreenX11Class),
(GBaseInitFunc) NULL,
(GBaseFinalizeFunc) gdk_screen_x11_finalize,
(GBaseFinalizeFunc) NULL,
(GClassInitFunc) gdk_screen_x11_class_init,
NULL, /* class_finalize */
NULL, /* class_data */