[Xfce4-commits] [xfce/xfwm4] 01/03: settings: Fix double-click distance setting
noreply at xfce.org
noreply at xfce.org
Tue May 21 22:01:26 CEST 2019
This is an automated email from the git hooks/post-receive script.
o l i v i e r p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfwm4.
commit c9543686a2e82363f299b12f9c22a0280d95141d
Author: Adam K <chkboom at safe-mail.net>
Date: Tue May 21 12:51:35 2019 +0000
settings: Fix double-click distance setting
Signed-off-by: Adam K <chkboom at safe-mail.net>
---
src/settings.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/settings.c b/src/settings.c
index 7dbcffc..b223735 100644
--- a/src/settings.c
+++ b/src/settings.c
@@ -1201,7 +1201,7 @@ cb_xfwm4_channel_property_changed(XfconfChannel *channel, const gchar *property_
else if ((!strcmp (name, "button_offset"))
|| (!strcmp (name, "button_spacing"))
|| (!strcmp (name, "double_click_time"))
- || (!strcmp (name, "double_DOUBLE_CLICKclick_distance"))
+ || (!strcmp (name, "double_click_distance"))
|| (!strcmp (name, "maximized_offset"))
|| (!strcmp (name, "shadow_delta_height"))
|| (!strcmp (name, "shadow_delta_width"))
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list