[gnome-shell/wip/carlosg/init-icon-theme: 11/11] st: Init icon theme in StSettings
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/carlosg/init-icon-theme: 11/11] st: Init icon theme in StSettings
- Date: Mon, 4 Feb 2019 17:14:04 +0000 (UTC)
commit d8593c5b4ab93a22a58525724d8a0d7c7fdd407d
Author: Carlos Garnacho <carlosg gnome org>
Date: Mon Feb 4 12:12:10 2019 +0100
st: Init icon theme in StSettings
This was not initialized, leaving a default icon theme unless
changed later.
Closes: https://gitlab.gnome.org/GNOME/gnome-shell/issues/953
src/st/st-settings.c | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/src/st/st-settings.c b/src/st/st-settings.c
index 218df96e0..4c2d61fe3 100644
--- a/src/st/st-settings.c
+++ b/src/st/st-settings.c
@@ -207,6 +207,8 @@ st_settings_init (StSettings *settings)
KEY_PRIMARY_PASTE);
settings->gtk_theme = g_settings_get_string (settings->interface_settings,
KEY_GTK_THEME);
+ settings->gtk_icon_theme = g_settings_get_string (settings->interface_settings,
+ KEY_GTK_ICON_THEME);
settings->drag_threshold = g_settings_get_int (settings->mouse_settings,
KEY_DRAG_THRESHOLD);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]