GtkStyleContext: Fix typo.

This commit is contained in:
Carlos Garnacho 2010-03-27 21:29:55 +01:00
parent f8c74ae54b
commit f984c39e93

View File

@ -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;