summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2015-06-04 10:15:29 +0100
committerTom Hacohen <tom@stosb.com>2015-06-04 10:16:14 +0100
commit183541cc75203ed0869c5a4974b974e49bc989a5 (patch)
tree2f6481ebdc3435c18fad48e0569b38a6adc5e3c0
parentb9a3b069844941fdfd21e9bb92c89cc1a7cd396e (diff)
downloadefl-183541cc75203ed0869c5a4974b974e49bc989a5.tar.gz
Evas image: Fix some Eolian warnings.
-rw-r--r--src/lib/evas/canvas/evas_image.eo2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evas/canvas/evas_image.eo b/src/lib/evas/canvas/evas_image.eo
index fc25f3f48b..555ee904ff 100644
--- a/src/lib/evas/canvas/evas_image.eo
+++ b/src/lib/evas/canvas/evas_image.eo
@@ -88,7 +88,7 @@ class Evas.Image (Evas.Object, Efl.File, Efl.Image, Efl.Gfx.Fill, Efl.Gfx.View)
@see evas_object_image_source_set() for more details */
}
values {
- src: Evas_Object *; /*@ Source object to use for the proxy. */
+ src: Evas.Object *; /*@ Source object to use for the proxy. */
}
}
@property filled {