summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_image.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elementary/elm_image.eo')
-rw-r--r--src/lib/elementary/elm_image.eo20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/lib/elementary/elm_image.eo b/src/lib/elementary/elm_image.eo
index a1ef3f4313..db35665d99 100644
--- a/src/lib/elementary/elm_image.eo
+++ b/src/lib/elementary/elm_image.eo
@@ -139,16 +139,16 @@ class Elm.Image (Elm.Widget, Evas.Clickable_Interface, Evas.Draggable_Interface,
Edje.Object.size_max.get;
Edje.Object.size_min_calc;
Edje.Object.calc_force;
- Evas.Object_Smart.hide;
- Evas.Object_Smart.clip.set;
- Evas.Object_Smart.clip_unset;
- Evas.Object_Smart.show;
- Evas.Object_Smart.color.set;
- Evas.Object_Smart.move;
- Evas.Object_Smart.add;
- Evas.Object_Smart.del;
- Evas.Object_Smart.member_add;
- Evas.Object_Smart.resize;
+ Evas.Object.Smart.hide;
+ Evas.Object.Smart.clip.set;
+ Evas.Object.Smart.clip_unset;
+ Evas.Object.Smart.show;
+ Evas.Object.Smart.color.set;
+ Evas.Object.Smart.move;
+ Evas.Object.Smart.add;
+ Evas.Object.Smart.del;
+ Evas.Object.Smart.member_add;
+ Evas.Object.Smart.resize;
Evas.Draggable_Interface.drag_target.set;
Evas.Draggable_Interface.drag_target.get;
Elm.Widget.theme_apply;