projects
/
platform
/
upstream
/
ofono.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f39d7ef
)
stk: Use the shorter timeout for select item
author
Denis Kenzior
<denkenz@gmail.com>
Tue, 20 Nov 2012 14:55:28 +0000
(08:55 -0600)
committer
Denis Kenzior
<denkenz@gmail.com>
Thu, 22 Nov 2012 12:50:08 +0000
(06:50 -0600)
src/stk.c
patch
|
blob
|
history
diff --git
a/src/stk.c
b/src/stk.c
index
305c7a2
..
a8ee64f
100644
(file)
--- 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);