GNOME Bugzilla – Bug 761577
GtkStyleContext warning spam
Last modified: 2016-03-01 10:32:29 UTC
GtkStyleContext warning spam (yelp:3500): Gtk-WARNING **: State 0 for GtkTextView 0x16fc280 doesn't match state 128 set via gtk_style_context_set_state () (yelp:3500): Gtk-WARNING **: State 0 for GtkTextView 0x16fc280 doesn't match state 128 set via gtk_style_context_set_state () (yelp:3500): Gtk-WARNING **: State 512 for GtkLinkButton 0x15fd250 doesn't match state 640 set via gtk_style_context_set_state () (yelp:3500): Gtk-WARNING **: State 1024 for GtkLinkButton 0x15fd250 doesn't match state 640 set via gtk_style_context_set_state ()
Created attachment 320474 [details] [review] settings: Fix GtkStyleContext warning spam This is happening in basically every application, due to implementation changes in GtkStyleContext
Review of attachment 320474 [details] [review]: Pushed to master as commit 602e5e3ecb08d1b24ee20f177dd59cdba6238ebb. Thanks!