Interfaces: fix event name

zoom,change is the name used in efl and elementary, not zoom,changed

@fix
This commit is contained in:
Daniel Zaoui 2015-07-03 10:35:25 +03:00
parent 46f546c43e
commit 2216ed6c85
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ interface Evas.Zoomable_Interface (Evas.Signal_Interface)
events {
zoom,start;
zoom,stop;
zoom,changed;
zoom,change;
}
}