psppire-output-view: Use correct enumeration type in call.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 23 Sep 2017 17:46:50 +0000 (10:46 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 23 Sep 2017 17:46:50 +0000 (10:46 -0700)
gtk_widget_override_background_color() takes GtkStateFlags, not
GtkStateType.

Found by Clang.


No differences found