tasn pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=183541cc75203ed0869c5a4974b974e49bc989a5

commit 183541cc75203ed0869c5a4974b974e49bc989a5
Author: Tom Hacohen <t...@stosb.com>
Date:   Thu Jun 4 10:15:29 2015 +0100

    Evas image: Fix some Eolian warnings.
---
 src/lib/evas/canvas/evas_image.eo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/evas/canvas/evas_image.eo 
b/src/lib/evas/canvas/evas_image.eo
index fc25f3f..555ee90 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 {

-- 


Reply via email to