mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
This commit is contained in:
parent
f89d721c12
commit
d8593c5b4a
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue