projects
/
profile
/
tv
/
apps
/
native
/
musicplayer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6a0a6a
)
Fix bug (Back key handling in Context View)
55/35355/1
author
Kim Tae Soo
<taesoo46.kim@samsung.com>
Thu, 12 Feb 2015 12:21:27 +0000
(21:21 +0900)
committer
Kim Tae Soo
<taesoo46.kim@samsung.com>
Thu, 12 Feb 2015 12:21:27 +0000
(21:21 +0900)
Change-Id: I810f66562df1ac947567f046da0f71339e2be580
Signed-off-by: Kim Tae Soo <taesoo46.kim@samsung.com>
src/views/context-view.cpp
patch
|
blob
|
history
diff --git
a/src/views/context-view.cpp
b/src/views/context-view.cpp
index
049b2cc
..
30c68f3
100644
(file)
--- a/
src/views/context-view.cpp
+++ b/
src/views/context-view.cpp
@@
-1453,7
+1453,7
@@
bool CContextView::Create(void *data)
return false;
}
- Connect(base);
+ Connect(base
, CONTEXT_VIEW, TYPE_KEY_DOWN
);
return true;
}