elementary/popup - missed adding "lang,changed" smart callback description.

This commit is contained in:
ChunEon Park 2013-08-19 21:40:33 +09:00
parent 68a9a72af3
commit 90c0b7ad55
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ static const char SIG_LANG_CHANGED[] = "language,changed";
static const Evas_Smart_Cb_Description _smart_callbacks[] = {
{SIG_BLOCK_CLICKED, ""},
{SIG_TIMEOUT, ""},
{SIG_LANG_CHANGED, ""},
{"focused", ""}, /**< handled by elm_widget */
{"unfocused", ""}, /**< handled by elm_widget */
{NULL, NULL}