diff options
author | Tom Hacohen <tom@stosb.com> | 2016-05-12 17:06:04 +0100 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2016-05-12 17:27:35 +0100 |
commit | 6bdf4af01695231f53948f78d7f9f4171eb271d8 (patch) | |
tree | 1c4c5ca5ea6b36259e59b3c7173557827fabda4a /src/lib/emotion | |
parent | 96c4c88070fec7e514dc179574c4ac1eba9b6885 (diff) |
Add legacy_prefix now that the default has changed to null.
Diffstat (limited to '')
-rw-r--r-- | src/lib/emotion/emotion_object.eo | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/emotion/emotion_object.eo b/src/lib/emotion/emotion_object.eo index 1267417e2e..c6abdb8ef3 100644 --- a/src/lib/emotion/emotion_object.eo +++ b/src/lib/emotion/emotion_object.eo | |||
@@ -1,4 +1,5 @@ | |||
1 | class Emotion.Object (Evas.Object.Smart, Efl.File, Efl.Player, Efl.Image, Efl.Image.Load) { | 1 | class Emotion.Object (Evas.Object.Smart, Efl.File, Efl.Player, Efl.Image, Efl.Image.Load) { |
2 | legacy_prefix: emotion_object; | ||
2 | eo_prefix: emotion_obj; | 3 | eo_prefix: emotion_obj; |
3 | methods { | 4 | methods { |
4 | @property option { | 5 | @property option { |