summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/stk.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stk.c b/src/stk.c
index ac2e6468..88b162c1 100644
--- a/src/stk.c
+++ b/src/stk.c
@@ -1273,6 +1273,9 @@ static gboolean handle_command_display_text(const struct stk_command *cmd,
return TRUE;
}
+ if (qualifier & (1 << 7))
+ timeout = stk->timeout * 1000;
+
if (dt->duration.interval)
timeout = duration_to_msecs(&dt->duration);