st/settings: Don't notify "icon-theme" on "high-contrast" changes
Since commit e831a924
, the two are no longer linked.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3105>
This commit is contained in:
parent
723ccb70ee
commit
64b7249405
@ -399,8 +399,6 @@ on_a11y_interface_settings_changed (GSettings *g_settings,
|
||||
{
|
||||
settings->high_contrast = g_settings_get_boolean (g_settings, key);
|
||||
g_object_notify_by_pspec (G_OBJECT (settings), props[PROP_HIGH_CONTRAST]);
|
||||
|
||||
g_object_notify_by_pspec (G_OBJECT (settings), props[PROP_GTK_ICON_THEME]);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user