diff options
author | Tom Hacohen <tom@stosb.com> | 2016-05-12 11:12:08 +0100 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2016-05-12 11:12:15 +0100 |
commit | 0253d91adeebdfa2c53b04e031b308c4372f9541 (patch) | |
tree | 58f055970a34a8d4f6fd13f085f5b1d7721c506c /src/lib/elementary/elm_image.eo | |
parent | e49d84f057c1b7019d0f2bc6b6d9bebba61e1cbf (diff) | |
download | efl-0253d91adeebdfa2c53b04e031b308c4372f9541.tar.gz |
Evas object smart: Fix namespace to use . and not _.
Diffstat (limited to 'src/lib/elementary/elm_image.eo')
-rw-r--r-- | src/lib/elementary/elm_image.eo | 20 |
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; |