mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue