Entry: add the activated signal in the events section of entry.eo.

This commit is contained in:
Daniel Zaoui 2014-04-29 15:59:59 +03:00
parent e005cb7895
commit 07c8dd641f
1 changed files with 1 additions and 0 deletions

View File

@ -1187,6 +1187,7 @@ class Elm_Entry (Elm_Layout, Elm_Interface_Scrollable, Evas_Clickable_Interface)
events {
language,changed;
access,changed;
activated;
}
}