Fix Bug 89/37489/2
authorKim Tae Soo <taesoo46.kim@samsung.com>
Sat, 28 Mar 2015 14:54:37 +0000 (23:54 +0900)
committerKim Tae Soo <taesoo46.kim@samsung.com>
Sat, 28 Mar 2015 15:31:56 +0000 (00:31 +0900)
commit72ebe4917bf6fbfa67b8d1f9ac0752d50d63f129
tree50df337863cf47ed2c0233e7cf2568a79840a441
parent6ed95df88f4afbb47574475aa457dad50fb26f04
Fix Bug

: Fix to use IKeyDownListener instead of IFocusedListener to show the first depth of layout when one of group button is focused.
: Using IFocusedListener can make a critical bug because OnFocused function can be  called unintentionally when elm_object_part_content_unset is called.

Change-Id: Ied4f0a9a6d05f67de9058fb27deb9783ec78861f
Signed-off-by: Kim Tae Soo <taesoo46.kim@samsung.com>
include/base-view.h
src/views/album-songs-layout.cpp
src/views/base-view.cpp
src/views/song-layout.cpp