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:
		| @ -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 */ | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Owen Taylor
					Owen Taylor