diff options
author | Cedric BAIL <cedric.bail@free.fr> | 2012-07-22 07:03:29 +0000 |
---|---|---|
committer | Cedric BAIL <cedric.bail@free.fr> | 2012-07-22 07:03:29 +0000 |
commit | 733338509e866e520601c0ce9ef3c04247e5efd0 (patch) | |
tree | 2d3cd2773173c32bc71584771024e9fdc8228d9a /legacy/evas/NEWS | |
parent | 78886b55427a2f95ec02b5efbf7b3ce7891ad4ca (diff) |
evas: make evas_object_smart_type_check more resilient.
Issue reported by JPeg.
SVN revision: 74295
Diffstat (limited to '')
-rw-r--r-- | legacy/evas/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/legacy/evas/NEWS b/legacy/evas/NEWS index 4075b4c7c8..1d4e76008d 100644 --- a/legacy/evas/NEWS +++ b/legacy/evas/NEWS | |||
@@ -23,6 +23,7 @@ Fixes: | |||
23 | * Don't accept broken map. | 23 | * Don't accept broken map. |
24 | * Fix garbage left by mapped smart object when they fly away from the canvas. | 24 | * Fix garbage left by mapped smart object when they fly away from the canvas. |
25 | * Fix map life cycle. | 25 | * Fix map life cycle. |
26 | * Don't crash when calling evas_object_smart_type_check without type. | ||
26 | 27 | ||
27 | Removal: | 28 | Removal: |
28 | * Remove EVAS_FRAME_QUEUING, EVAS_SLI, METRIC_CACHE and WORD_CACHE. | 29 | * Remove EVAS_FRAME_QUEUING, EVAS_SLI, METRIC_CACHE and WORD_CACHE. |