summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2016-05-12 12:17:10 +0100
committerTom Hacohen <tom@stosb.com>2016-05-12 12:20:34 +0100
commit8183d6363e28a92e78a4b7feec99bd82b6207b23 (patch)
tree392a0aeebffe2dbc5599f727e3f5ece8b5c828c3
parentc5ea7962e9cd9e41384d1ce25cf1fa333c95ac3e (diff)
downloadefl-8183d6363e28a92e78a4b7feec99bd82b6207b23.tar.gz
Elm image: Fix namespacing to use . and not _.
-rw-r--r--src/lib/elementary/elm_image.eo2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/elm_image.eo b/src/lib/elementary/elm_image.eo
index 38b9548733..f7d4f9f50e 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'.