projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd6b6ed
)
Fix a typo
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 1 Nov 2017 23:40:56 +0000
(19:40 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 1 Nov 2017 23:44:28 +0000
(19:44 -0400)
A display is not of type GDK_TYPE_SCREEN.
gtk/gtkstylecontext.c
patch
|
blob
|
history
diff --git
a/gtk/gtkstylecontext.c
b/gtk/gtkstylecontext.c
index bc2f426525a2625641e12f00267fb79ba379523b..02955e9c9e05b2a3ee0d0b8c344c0529f8fe8d57 100644
(file)
--- a/
gtk/gtkstylecontext.c
+++ b/
gtk/gtkstylecontext.c
@@
-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] =