diff options
Diffstat (limited to 'src/lib/elementary/elm_popup.eo')
-rw-r--r-- | src/lib/elementary/elm_popup.eo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/elementary/elm_popup.eo b/src/lib/elementary/elm_popup.eo index 0f8ac58948..68001920f8 100644 --- a/src/lib/elementary/elm_popup.eo +++ b/src/lib/elementary/elm_popup.eo @@ -167,8 +167,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.smart_del; + Evas.Object.Smart.smart_add; Elm.Widget.focus_direction; Elm.Widget.focus_next_manager_is; Elm.Widget.theme_apply; |