backends/native: Override the right property name

Fixup to https://gitlab.gnome.org/GNOME/mutter/merge_requests/1044,
clearly it's not enough to compile check after "just a minor rename".
This commit is contained in:
Carlos Garnacho 2020-02-11 12:02:04 +01:00
parent c273f74025
commit e76ff8530b

View File

@ -2801,7 +2801,7 @@ meta_seat_native_class_init (MetaSeatNativeClass *klass)
g_object_class_install_properties (object_class, N_PROPS, props); g_object_class_install_properties (object_class, N_PROPS, props);
g_object_class_override_property (object_class, PROP_TOUCH_MODE, g_object_class_override_property (object_class, PROP_TOUCH_MODE,
"tablet-mode"); "touch-mode");
} }
static void static void