mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-07 09:10:11 +00:00
GtkStyleContext: Fix typo.
This commit is contained in:
parent
f8c74ae54b
commit
f984c39e93
@ -390,7 +390,7 @@ gtk_style_context_set_class (GtkStyleContext *context,
|
||||
{
|
||||
GQuark link_quark;
|
||||
|
||||
link_quark = GUINT_TO_POINTER (link->data);
|
||||
link_quark = GPOINTER_TO_UINT (link->data);
|
||||
|
||||
if (link_quark == class_quark)
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user