ami pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=baf4cdc1c6bb864cb876ea7936763e792862ccb0

commit baf4cdc1c6bb864cb876ea7936763e792862ccb0
Author: Amitesh Singh <amitesh...@samsung.com>
Date:   Thu Jun 8 17:32:41 2017 +0900

    Efl.Ui.Image.Zoomable: inherit elm.widget as class
    
    this fixes a mistake done in cb1d53c835ef465
    Thanks to jp for notifying it.
    
    ref T5352
---
 src/lib/elementary/efl_ui_image_zoomable.eo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elementary/efl_ui_image_zoomable.eo 
b/src/lib/elementary/efl_ui_image_zoomable.eo
index 32eb37b159..6fbcfce8b8 100644
--- a/src/lib/elementary/efl_ui_image_zoomable.eo
+++ b/src/lib/elementary/efl_ui_image_zoomable.eo
@@ -1,4 +1,4 @@
-class Efl.Ui.Image.Zoomable (Efl.Ui.Image, Efl.Ui.Zoom,
+class Efl.Ui.Image.Zoomable (Elm.Widget, Efl.Ui.Image, Efl.Ui.Zoom,
                              Elm.Interface_Scrollable,
                              Efl.Ui.Scrollable)
 {

-- 


Reply via email to