pidgin/plugins/ticker/gtkticker.c

branch
soc.2013.gobjectification
changeset 35030
5eef1ddd79dc
parent 33278
137daf2c99b4
child 36911
c823cbd72743
--- a/pidgin/plugins/ticker/gtkticker.c	Sun Oct 20 18:19:05 2013 +0530
+++ b/pidgin/plugins/ticker/gtkticker.c	Sun Oct 20 20:01:44 2013 +0530
@@ -334,7 +334,7 @@
 #if GTK_CHECK_VERSION(3,0,0)
 	context = gtk_widget_get_style_context(widget);
 	gtk_style_context_add_class(context, GTK_STYLE_CLASS_BACKGROUND);
-	gtk_style_context_set_state(context, GTK_STATE_NORMAL);
+	gtk_style_context_set_state(context, GTK_STATE_FLAG_NORMAL);
 	gtk_style_context_set_background(context, window);
 #else
 	style = gtk_style_attach (gtk_widget_get_style (widget), window);

mercurial