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/efl_ui_grid.eo | |
parent | e49d84f057c1b7019d0f2bc6b6d9bebba61e1cbf (diff) |
Evas object smart: Fix namespace to use . and not _.
Diffstat (limited to 'src/lib/elementary/efl_ui_grid.eo')
-rw-r--r-- | src/lib/elementary/efl_ui_grid.eo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/elementary/efl_ui_grid.eo b/src/lib/elementary/efl_ui_grid.eo index 775273b855..8ca7c435d6 100644 --- a/src/lib/elementary/efl_ui_grid.eo +++ b/src/lib/elementary/efl_ui_grid.eo | |||
@@ -5,9 +5,9 @@ class Efl.Ui.Grid (Elm.Widget, Efl.Pack_Grid, Efl.Pack_Layout) | |||
5 | Eo.Base.constructor; | 5 | Eo.Base.constructor; |
6 | 6 | ||
7 | // Smart obj | 7 | // Smart obj |
8 | Evas.Object_Smart.add; | 8 | Evas.Object.Smart.add; |
9 | Evas.Object_Smart.del; | 9 | Evas.Object.Smart.del; |
10 | Evas.Object_Smart.calculate; | 10 | Evas.Object.Smart.calculate; |
11 | 11 | ||
12 | // Focus | 12 | // Focus |
13 | Elm.Widget.focus_direction; | 13 | Elm.Widget.focus_direction; |