elementary/popup - missed adding "lang,changed" smart callback description.
authorChunEon Park <hermet@hermet.pe.kr>
Mon, 19 Aug 2013 12:40:33 +0000 (21:40 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Mon, 19 Aug 2013 12:40:33 +0000 (21:40 +0900)
src/lib/elc_popup.c

index a98d1e2..a6da998 100644 (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}