summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMavridis Philippe <[email protected]>2024-09-22 14:30:43 +0300
committerMavridis Philippe <[email protected]>2024-09-22 14:31:21 +0300
commitb5af02e63c409d2968a6e5dae92eca050c86242e (patch)
treebdf2f85d4ada56ceda053bf3ed2901f7e4c31680
parent82ed0caa3f87db41359230813b23b539d88a32eb (diff)
downloadtdebase-b5af02e63c409d2968a6e5dae92eca050c86242e.tar.gz
tdebase-b5af02e63c409d2968a6e5dae92eca050c86242e.zip
TDESynDaemon: change timeout from 150 to 300
The old timeout was causing the touchpad to be re-enabled too quickly. Signed-off-by: Mavridis Philippe <[email protected]>
-rw-r--r--kcontrol/input/tdesyndaemon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/input/tdesyndaemon.cpp b/kcontrol/input/tdesyndaemon.cpp
index 46b6d1c92..92855e40a 100644
--- a/kcontrol/input/tdesyndaemon.cpp
+++ b/kcontrol/input/tdesyndaemon.cpp
@@ -42,7 +42,7 @@
#include "tdesyndaemon.h"
#include "tdesyndaemon.moc"
-const unsigned int TDESynDaemon::TIME_OUT = 150;
+const unsigned int TDESynDaemon::TIME_OUT = 300;
const unsigned int TDESynDaemon::POLL_INTERVAL = 100;
const unsigned int TDESynDaemon::KEYMAP_SIZE = 32;