* [PATCH] stk: wait longer in DisplayText when confirmation requested.
@ 2010-11-23 13:35 Andrzej Zaborowski
2010-11-25 22:47 ` Denis Kenzior
0 siblings, 1 reply; 2+ messages in thread
From: Andrzej Zaborowski @ 2010-11-23 13:35 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 483 bytes --]
---
src/stk.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/stk.c b/src/stk.c
index ac2e646..88b162c 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);
--
1.7.1.86.g0e460.dirty
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] stk: wait longer in DisplayText when confirmation requested.
2010-11-23 13:35 [PATCH] stk: wait longer in DisplayText when confirmation requested Andrzej Zaborowski
@ 2010-11-25 22:47 ` Denis Kenzior
0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2010-11-25 22:47 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 209 bytes --]
Hi Andrew,
On 11/23/2010 07:35 AM, Andrzej Zaborowski wrote:
> ---
> src/stk.c | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
Patch has been applied, thanks.
Regards,
-Denis
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-11-25 22:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-23 13:35 [PATCH] stk: wait longer in DisplayText when confirmation requested Andrzej Zaborowski
2010-11-25 22:47 ` Denis Kenzior
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.