diff options
author | Cedric BAIL <cedric.bail@free.fr> | 2012-12-10 06:59:46 +0000 |
---|---|---|
committer | Cedric BAIL <cedric.bail@free.fr> | 2012-12-10 06:59:46 +0000 |
commit | a7aef8a1998e1d4397dca38738bd9c9ff39c2d8c (patch) | |
tree | 9ce917da0a3fbaa03b22158d5a7ed47477da8fab /NEWS | |
parent | 17a698afaa6d60fbee30aba7706fd4b6d22954c0 (diff) |
elementary: make sure private data are safe to manipulate.
SVN revision: 80568
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -86,6 +86,7 @@ Fixes: | |||
86 | * Safer call to mkstemp in elm_cnp. | 86 | * Safer call to mkstemp in elm_cnp. |
87 | * Simplify test in elm_entry_text_set. | 87 | * Simplify test in elm_entry_text_set. |
88 | * Fix focus problem in multibuttonentry. Entry can get focus only when multibuttonentry is focused. | 88 | * Fix focus problem in multibuttonentry. Entry can get focus only when multibuttonentry is focused. |
89 | * Make sure private data is not NULL in elm_interface_scrollable. | ||
89 | 90 | ||
90 | Removals: | 91 | Removals: |
91 | 92 | ||