diff options
author | Cedric BAIL <cedric.bail@free.fr> | 2012-07-26 08:44:54 +0000 |
---|---|---|
committer | Cedric BAIL <cedric.bail@free.fr> | 2012-07-26 08:44:54 +0000 |
commit | b3e1d00b2fd65fa216e96f843a464a2bfa741b1d (patch) | |
tree | 6049806a728831601f9e8e2f39f743696237b6a2 /legacy/evas/NEWS | |
parent | d627649dc707d6b0b9d2b6133615bd5e29d42ac2 (diff) |
evas: force proxyed objects to stay active so we don't loose update.
SVN revision: 74427
Diffstat (limited to 'legacy/evas/NEWS')
-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 dfe8024952..ea0dede6bc 100644 --- a/legacy/evas/NEWS +++ b/legacy/evas/NEWS | |||
@@ -25,6 +25,7 @@ Fixes: | |||
25 | * Fix map life cycle. | 25 | * Fix map life cycle. |
26 | * Don't crash when calling evas_object_smart_type_check without type. | 26 | * Don't crash when calling evas_object_smart_type_check without type. |
27 | * Handle proxy with the right context. | 27 | * Handle proxy with the right context. |
28 | * Force proxied object to stay active to keep track of change in them. | ||
28 | 29 | ||
29 | Removal: | 30 | Removal: |
30 | * Remove EVAS_FRAME_QUEUING, EVAS_SLI, METRIC_CACHE and WORD_CACHE. | 31 | * Remove EVAS_FRAME_QUEUING, EVAS_SLI, METRIC_CACHE and WORD_CACHE. |