mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 14:31:10 +00:00
stylecontext: Fix list_classes() after optimization
Otherwise a junk value is returned.
This commit is contained in:
parent
6d29c1db92
commit
6118893a4e
@ -1391,7 +1391,7 @@ GList *
|
||||
gtk_style_context_list_classes (GtkStyleContext *context)
|
||||
{
|
||||
GtkStyleContextPrivate *priv;
|
||||
GList *classes_list;
|
||||
GList *classes_list = NULL;
|
||||
const GQuark *classes;
|
||||
guint n_classes, i;
|
||||
const gchar *quark_str;
|
||||
|
Loading…
Reference in New Issue
Block a user