tasn pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=8183d6363e28a92e78a4b7feec99bd82b6207b23

commit 8183d6363e28a92e78a4b7feec99bd82b6207b23
Author: Tom Hacohen <t...@stosb.com>
Date:   Thu May 12 12:17:10 2016 +0100

    Elm image: Fix namespacing to use . and not _.
---
 src/lib/elementary/elm_image.eo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elementary/elm_image.eo b/src/lib/elementary/elm_image.eo
index 38b9548..f7d4f9f 100644
--- a/src/lib/elementary/elm_image.eo
+++ b/src/lib/elementary/elm_image.eo
@@ -21,7 +21,7 @@ enum Elm.Image.Scale_Type
                  should be equal to the corresponding dimension of the 
object.]]
 }
 
-struct Elm.Image_Progress
+struct Elm.Image.Progress
 {
    [[
      Structure associated with smart callback 'download,progress'.

-- 


Reply via email to