Fix a typo
A display is not of type GDK_TYPE_SCREEN.
This commit is contained in:
@@ -210,7 +210,7 @@ gtk_style_context_class_init (GtkStyleContextClass *klass)
|
||||
g_param_spec_object ("display",
|
||||
P_("Display"),
|
||||
P_("The associated GdkDisplay"),
|
||||
GDK_TYPE_SCREEN,
|
||||
GDK_TYPE_DISPLAY,
|
||||
GTK_PARAM_READWRITE);
|
||||
|
||||
properties[PROP_FRAME_CLOCK] =
|
||||
|
||||
Reference in New Issue
Block a user