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:20:53 +00:00
committed by Owen Taylor
parent 9ad8ce84a8
commit dc7b32f61d
7 changed files with 32 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
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)
Fri Apr 18 15:06:00 2003 Owen Taylor <otaylor@redhat.com>
* gdk/gdkwindow.c (gdk_window_constrain_size): Fix

View File

@@ -1,3 +1,9 @@
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)
Fri Apr 18 15:06:00 2003 Owen Taylor <otaylor@redhat.com>
* gdk/gdkwindow.c (gdk_window_constrain_size): Fix

View File

@@ -1,3 +1,9 @@
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)
Fri Apr 18 15:06:00 2003 Owen Taylor <otaylor@redhat.com>
* gdk/gdkwindow.c (gdk_window_constrain_size): Fix

View File

@@ -1,3 +1,9 @@
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)
Fri Apr 18 15:06:00 2003 Owen Taylor <otaylor@redhat.com>
* gdk/gdkwindow.c (gdk_window_constrain_size): Fix

View File

@@ -1,3 +1,9 @@
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)
Fri Apr 18 15:06:00 2003 Owen Taylor <otaylor@redhat.com>
* gdk/gdkwindow.c (gdk_window_constrain_size): Fix

View File

@@ -66,7 +66,7 @@ _gdk_display_x11_get_type (void)
{
sizeof (GdkDisplayX11Class),
(GBaseInitFunc) NULL,
(GBaseFinalizeFunc) gdk_display_x11_finalize,
(GBaseFinalizeFunc) NULL,
(GClassInitFunc) gdk_display_x11_class_init,
NULL, /* class_finalize */
NULL, /* class_data */

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 */