summaryrefslogtreecommitdiff
path: root/plugins/mouse
diff options
context:
space:
mode:
authorLaurent Napias <[email protected]>2019-06-29 11:50:53 +0200
committerlukefromdc <[email protected]>2019-07-01 02:49:33 +0000
commit8d22bd7590c3487df96f8dc3972173236c66de87 (patch)
tree14ccecbfa067a2d7ab2bdb315686d01a20ecc084 /plugins/mouse
parent86362cdd37c71ad4d6b9a1c506838b201953fd29 (diff)
downloadmate-settings-daemon-8d22bd7590c3487df96f8dc3972173236c66de87.tar.bz2
mate-settings-daemon-8d22bd7590c3487df96f8dc3972173236c66de87.tar.xz
Remove trailing whitespaces
Diffstat (limited to 'plugins/mouse')
-rw-r--r--plugins/mouse/msd-mouse-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mouse/msd-mouse-manager.c b/plugins/mouse/msd-mouse-manager.c
index 134e1b7..e0a0a29 100644
--- a/plugins/mouse/msd-mouse-manager.c
+++ b/plugins/mouse/msd-mouse-manager.c
@@ -1615,7 +1615,7 @@ msd_mouse_manager_idle_cb (MsdMouseManager *manager)
#if 0 /* FIXME need to fork (?) mousetweaks for this to work */
set_mousetweaks_daemon (manager,
- g_settings_get_boolean (manager->priv->settings_mouse_a11y,
+ g_settings_get_boolean (manager->priv->settings_mouse_a11y,
KEY_MOUSE_A11Y_DWELL_ENABLE),
g_settings_get_boolean (manager->priv->settings_mouse_a11y,
KEY_MOUSE_A11Y_DELAY_ENABLE));