Fileselector Entry: add the changed signal in the events section of fileselector_entry.eo

This commit is contained in:
Yakov Goldberg 2014-05-29 16:07:33 +03:00
parent e52ad5d962
commit 4d334ffdd8
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ class Elm_Fileselector_Entry (Elm_Layout, Elm_Interface_Fileselector)
events {
language,changed;
access,changed;
changed;
}
}