stk: Use the shorter timeout for select item

This commit is contained in:
Denis Kenzior 2012-11-20 08:55:28 -06:00
parent f39d7efb53
commit e98dcc0616
1 changed files with 1 additions and 1 deletions

View File

@ -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);