mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-26 14:30:06 +01:00
touchpad: fix link in error message - add missing '.html'
https://bugs.freedesktop.org/show_bug.cgi?id=96191
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit 83b0f3c4f3)
This commit is contained in:
parent
6bff32a750
commit
41f03cb767
1 changed files with 1 additions and 1 deletions
|
|
@ -961,7 +961,7 @@ tp_process_state(struct tp_dispatch *tp, uint64_t time)
|
|||
if (tp_detect_jumps(tp, t)) {
|
||||
log_bug_kernel(tp_libinput_context(tp),
|
||||
"Touch jump detected and discarded.\n"
|
||||
"See %stouchpad_jumping_cursor for details\n",
|
||||
"See %stouchpad_jumping_cursor.html for details\n",
|
||||
HTTP_DOC_LINK);
|
||||
tp_motion_history_reset(t);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue