diff options
author | JaeHyun Cho <jae_hyun_cho@naver.com> | 2013-01-03 04:10:45 +0000 |
---|---|---|
committer | ChunEon Park <hermet@hermet.pe.kr> | 2013-01-03 04:10:45 +0000 |
commit | 13d0ecf1f2048b41745830f91c9c55148620dca0 (patch) | |
tree | 59aa29d73fb4e4773b31ce55721fb999a9cfd98b /NEWS | |
parent | 4fe7e932f0967125175a0be7b310a03926773e5a (diff) |
elementary/naviframe - [E-devel][Patch] Fix _item_text_set_hook to set part text correctly
Dear all,
Hello. This is Jaehyun Cho.
The current version of _item_text_set_hook sends the part signal name to edje_object_part_text_set. (elementary/src/lib/elc_naviframe.c)
To resolve this issue, I sent different arguments to edje_object_part_text_set for each case.
Please review this patch.
Thank you,
Jaehyun Cho.
Signed-Off-By: JaeHyun Cho <jae_hyun_cho@naver.com>
SVN revision: 82030
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -107,6 +107,7 @@ Fixes: | |||
107 | * Fix photocam returns file set error correctly. | 107 | * Fix photocam returns file set error correctly. |
108 | * Fix bug where genlist would delete items added during selection callback if a clear was queued | 108 | * Fix bug where genlist would delete items added during selection callback if a clear was queued |
109 | * Tooltips now correctly set NETWM tooltip window type | 109 | * Tooltips now correctly set NETWM tooltip window type |
110 | * Fix the naviframe item part text to be set properly. | ||
110 | 111 | ||
111 | Removals: | 112 | Removals: |
112 | 113 | ||