diff options
author | Daniel Juyung Seo <seojuyung2@gmail.com> | 2013-01-06 14:15:52 +0000 |
---|---|---|
committer | Daniel Juyung Seo <seojuyung2@gmail.com> | 2013-01-06 14:15:52 +0000 |
commit | 7413fbab7567fc6a6ca182b910f801e31fefdfb5 (patch) | |
tree | 415954fd2e7d8a155f605c81fc0109a445e85208 /NEWS | |
parent | 4b47df26345e57b1d6c62aec22cd9f838f0b56cd (diff) |
elm naviframe: Fixed omitting signal emission when customized text parts change the text. Patch by Jaehyun Cho <jae_hyun_cho@naver.com>
On Sun, Jan 6, 2013 at 2:23 PM, 조재현 <jae_hyun_cho@naver.com> wrote:
Dear all,
Hello. This is Jaehyun Cho.
Now, naviframe emits state signals (e.g. show or hide) for customized text part (i.e. neither "elm.text.title" nor "elm.text.subtitle") which is going to be appended to the item's text_list.
However, if the customized text parts change the text label when the text parts are in the item's text_list, naviframe does not emit state signals for them.
To resolve this issue, I added additional case in _item_text_set_hook to handle the text part which is in the item's text_list. (elementary/src/lib/elc_naviframe.c)
Please review this.
Thank you,
Jaehyun Cho.
SVN revision: 82300
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -118,6 +118,7 @@ Fixes: | |||
118 | * Fix the bug which the callbacks of the sub-object are added even if the sub-object is added the parent object. | 118 | * Fix the bug which the callbacks of the sub-object are added even if the sub-object is added the parent object. |
119 | * Fix the usage of the checks in the fileselector test 2. | 119 | * Fix the usage of the checks in the fileselector test 2. |
120 | * Added the min_year and max_year in the standard profile config. | 120 | * Added the min_year and max_year in the standard profile config. |
121 | * Fix omitting signal emission when customized text parts change the text. | ||
121 | 122 | ||
122 | Removals: | 123 | Removals: |
123 | 124 | ||