pidgin/gtkcellrendererexpander.c

branch
soc.2013.gobjectification
changeset 35030
5eef1ddd79dc
parent 33721
4c1109126f5f
child 35060
195dbb3b6432
--- a/pidgin/gtkcellrendererexpander.c	Sun Oct 20 18:19:05 2013 +0530
+++ b/pidgin/gtkcellrendererexpander.c	Sun Oct 20 20:01:44 2013 +0530
@@ -304,7 +304,7 @@
 	context = gtk_widget_get_style_context(widget);
 	gtk_style_context_add_class(context, GTK_STYLE_CLASS_VIEW);
 	gtk_style_context_add_class(context, GTK_STYLE_CLASS_EXPANDER);
-	gtk_style_context_set_state(context, state);
+	gtk_style_context_set_state(context, (GtkStateFlags)state);
 	gtk_render_expander(context, cr,
 	                    cell_area->x + xpad, cell_area->y + ypad,
 	                    width, height);

mercurial