diff options
author | Cedric BAIL <cedric.bail@free.fr> | 2012-12-06 08:59:14 +0000 |
---|---|---|
committer | Cedric BAIL <cedric.bail@free.fr> | 2012-12-06 08:59:14 +0000 |
commit | bea3ee87a355d89cb7a8d0865b6f31fd168bb6d7 (patch) | |
tree | 8d8fd4c55785571d44c863b24f7e76538e586c93 /NEWS | |
parent | 6b781fdce97bcf2be950002b3051bce769f21e55 (diff) |
elementary: fix forgotten break.
SVN revision: 80319
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -78,6 +78,8 @@ Fixes: | |||
78 | els_scroller. | 78 | els_scroller. |
79 | * Fix possible segv in elm_quicklaunch infrastructure. | 79 | * Fix possible segv in elm_quicklaunch infrastructure. |
80 | * Fix buffer to always have a final '\0' in elm_conform. | 80 | * Fix buffer to always have a final '\0' in elm_conform. |
81 | * Fix forgotten break in elm_map that would have thrown error when the action was properly | ||
82 | taken in fact. | ||
81 | 83 | ||
82 | Removals: | 84 | Removals: |
83 | 85 | ||