Elm image: Fix eo type errors.
authorTom Hacohen <tom@stosb.com>
Tue, 19 Apr 2016 15:13:21 +0000 (16:13 +0100)
committerTom Hacohen <tom@stosb.com>
Tue, 19 Apr 2016 16:15:28 +0000 (17:15 +0100)
src/lib/elementary/elm_image.eo

index db22497..4ec5f63 100644 (file)
@@ -17,7 +17,7 @@ struct Elm.Image.Error
      @since 1.8
    ]]
    status:     int;
-   open_error: Eina.Bool;
+   open_error: bool;
 }
 
 class Elm.Image (Elm.Widget, Evas.Clickable_Interface, Evas.Draggable_Interface,