From 6bdf4af01695231f53948f78d7f9f4171eb271d8 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Thu, 12 May 2016 17:06:04 +0100 Subject: Add legacy_prefix now that the default has changed to null. --- src/lib/emotion/emotion_object.eo | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/emotion/emotion_object.eo') 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 @@ class Emotion.Object (Evas.Object.Smart, Efl.File, Efl.Player, Efl.Image, Efl.Image.Load) { + legacy_prefix: emotion_object; eo_prefix: emotion_obj; methods { @property option { -- cgit v1.2.1