Entry: add the "changed", "changed,user" signals in the events section of entry.eo.
authorYakov Goldberg <yakov.g@samsung.com>
Wed, 28 May 2014 07:09:39 +0000 (10:09 +0300)
committerYakov Goldberg <yakov.g@samsung.com>
Wed, 28 May 2014 07:09:39 +0000 (10:09 +0300)
src/lib/elm_entry.eo

index e0eeefa..d445022 100644 (file)
@@ -1190,6 +1190,8 @@ class Elm_Entry (Elm_Layout, Elm_Interface_Scrollable, Evas_Clickable_Interface)
       language,changed;
       access,changed;
       activated;
+      changed;
+      changed,user;
    }
 
 }