From e98dcc06164db84161634167ca037f435f4d2239 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 20 Nov 2012 08:55:28 -0600 Subject: [PATCH] stk: Use the shorter timeout for select item --- src/stk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stk.c b/src/stk.c index 305c7a2..a8ee64f 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); -- 2.7.4