elementary: fix typos and warnings in my menu changes

This commit is contained in:
Andy Williams 2017-06-18 16:13:44 +01:00
parent 1634c14169
commit 800ac197f8
2 changed files with 3 additions and 3 deletions

View File

@ -987,7 +987,7 @@ _elm_menu_move(Eo *obj, Elm_Menu_Data *sd, Evas_Coord x, Evas_Coord y)
}
EOLIAN static void
_elm_menu_open(Eo *obj, Elm_Menu_Data *sd)
_elm_menu_open(Eo *obj, Elm_Menu_Data *sd EINA_UNUSED)
{
evas_object_show(obj);
}

View File

@ -33,9 +33,9 @@ class Elm.Menu (Elm.Widget, Efl.Ui.Clickable, Efl.Ui.Menu,
}
}
open {
[[Oepn a closed menu
[[Open a closed menu
Show the menu with no child sub-enus expanded..
Show the menu with no child sub-menus expanded..
]]
}
close {