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:
Florian Müllner 2024-01-10 15:56:52 +01:00 committed by Marge Bot
parent 723ccb70ee
commit 64b7249405

View File

@ -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]);
}
}