From 64b724940539a4a4e1aa25ed50eaa88f9fdb9cb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 10 Jan 2024 15:56:52 +0100 Subject: [PATCH] st/settings: Don't notify "icon-theme" on "high-contrast" changes Since commit e831a924, the two are no longer linked. Part-of: --- src/st/st-settings.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/st/st-settings.c b/src/st/st-settings.c index 790ec6445..07e60abce 100644 --- a/src/st/st-settings.c +++ b/src/st/st-settings.c @@ -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]); } }