Fix GdkSettings-related deprecation warnings
commit853ed4533bbddf16c50ad12ed1db70fa252715fb
authorPhilipp Stephani <phst@google.com>
Sun, 27 Aug 2017 11:13:16 +0000 (27 13:13 +0200)
committerPhilipp Stephani <phst@google.com>
Sun, 27 Aug 2017 13:00:18 +0000 (27 15:00 +0200)
tree44418d41f0b6084f7c7be114a78862028b2bb4ae
parentfe49aa17d505f13926eac2212b89effec9bd3c98
Fix GdkSettings-related deprecation warnings

* src/gtkutil.c (xg_initialize): Don’t set deprecated and ignored
gtk-menu-bar-accel setting in new versions of GTK+.  Use g_object_set
instead of deprecated gtk_settngs_set_string_property otherwise.
src/gtkutil.c