mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
st/settings: Adjust to moved GSettings schema
Mouse settings moved from gnome-settings-daemon to gsettings-desktop-schemas, and we missed adjusting the shell side. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1573>
This commit is contained in:
parent
4686c25a5c
commit
4ff91aa1ce
1 changed files with 1 additions and 1 deletions
|
|
@ -358,7 +358,7 @@ st_settings_init (StSettings *settings)
|
|||
g_signal_connect (settings->interface_settings, "changed",
|
||||
G_CALLBACK (on_interface_settings_changed), settings);
|
||||
|
||||
settings->mouse_settings = g_settings_new ("org.gnome.settings-daemon.peripherals.mouse");
|
||||
settings->mouse_settings = g_settings_new ("org.gnome.desktop.peripherals.mouse");
|
||||
g_signal_connect (settings->interface_settings, "changed",
|
||||
G_CALLBACK (on_mouse_settings_changed), settings);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue