diff options
author | ChunEon Park <hermet@hermet.pe.kr> | 2012-12-17 14:05:13 +0000 |
---|---|---|
committer | ChunEon Park <hermet@hermet.pe.kr> | 2012-12-17 14:05:13 +0000 |
commit | 37e939312c000eb281bd5a2d7e0ab2bf19d2f7d1 (patch) | |
tree | 4aaa944e84f8e4d5859b1eb4ed16b8a4b6e8c0de /NEWS | |
parent | f05a8ba6136311f25d563d0dc3c866667f33122a (diff) |
elementary/naviframe - don't access data after user callback function. because they can delete widget itself.
SVN revision: 81141
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -94,6 +94,7 @@ Fixes: | |||
94 | * Now, dummy object is always smart member of naviframe. | 94 | * Now, dummy object is always smart member of naviframe. |
95 | * Fix naviframe's resize object problem when item was deleted. | 95 | * Fix naviframe's resize object problem when item was deleted. |
96 | * Fix the popup that returned invalid action buttons. | 96 | * Fix the popup that returned invalid action buttons. |
97 | * Fix the naviframe to not have crash even if user deletes the naviframe in the transition finished cb. | ||
97 | 98 | ||
98 | Removals: | 99 | Removals: |
99 | 100 | ||