summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_popup.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elementary/elm_popup.eo')
-rw-r--r--src/lib/elementary/elm_popup.eo4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/elementary/elm_popup.eo b/src/lib/elementary/elm_popup.eo
index a36772cec8..f8bbbcc247 100644
--- a/src/lib/elementary/elm_popup.eo
+++ b/src/lib/elementary/elm_popup.eo
@@ -165,8 +165,8 @@ class Elm.Popup (Elm.Layout, Elm.Interface_Atspi_Widget_Action)
implements {
class.constructor;
Eo.Base.constructor;
- Evas.Object_Smart.del;
- Evas.Object_Smart.add;
+ Evas.Object.Smart.del;
+ Evas.Object.Smart.add;
Elm.Widget.focus_direction;
Elm.Widget.focus_next_manager_is;
Elm.Widget.theme_apply;