[mutter] backends: Fix cut'n'paste error in click method setting
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] backends: Fix cut'n'paste error in click method setting
- Date: Tue, 15 Dec 2015 13:43:14 +0000 (UTC)
commit 996aeaef41e61e5f4b9a6dd868aef2d5c4b9a8a2
Author: Bastien Nocera <hadess hadess net>
Date: Tue Dec 15 14:40:29 2015 +0100
backends: Fix cut'n'paste error in click method setting
GDesktopTouchpadScrollMethod was used instead of GDesktopTouchpadClickMethod
which became visible now that the former has been removed from
gsettings-desktop-schemas.
https://bugzilla.gnome.org/show_bug.cgi?id=759304
src/backends/meta-input-settings.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/backends/meta-input-settings.c b/src/backends/meta-input-settings.c
index 5c509fa..a4b3329 100644
--- a/src/backends/meta-input-settings.c
+++ b/src/backends/meta-input-settings.c
@@ -429,7 +429,7 @@ update_touchpad_click_method (MetaInputSettings *input_settings,
ClutterInputDevice *device)
{
MetaInputSettingsClass *input_settings_class;
- GDesktopTouchpadScrollMethod method;
+ GDesktopTouchpadClickMethod method;
MetaInputSettingsPrivate *priv;
if (device &&
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]