summaryrefslogtreecommitdiffstats
path: root/src/stk.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2012-11-20 08:55:28 -0600
committerDenis Kenzior <denkenz@gmail.com>2012-11-22 06:50:08 -0600
commite98dcc06164db84161634167ca037f435f4d2239 (patch)
treec9ab552ad2d0b54fe07bb8c6042482c488c4de15 /src/stk.c
parentf39d7efb53a6f80650ce87ced675e7ae2fd049c4 (diff)
downloadofono-e98dcc06164db84161634167ca037f435f4d2239.tar.bz2
stk: Use the shorter timeout for select item
Diffstat (limited to 'src/stk.c')
-rw-r--r--src/stk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stk.c b/src/stk.c
index 305c7a2b..a8ee64f5 100644
--- a/src/stk.c
+++ b/src/stk.c
@@ -1273,7 +1273,7 @@ static gboolean handle_command_select_item(const struct stk_command *cmd,
stk->select_item_menu,
request_selection_cb, stk,
request_selection_destroy,
- stk->timeout * 1000) < 0) {
+ stk->short_timeout * 1000) < 0) {
unsigned char no_cause_result[] = { 0x00 };
request_selection_destroy(stk);