entrance: add a new signal, to notify gui, we are checking password

This commit is contained in:
Michael Bouchaud 2014-05-05 18:51:14 +00:00
parent a7f24683da
commit 9b06da4c25
1 changed files with 9 additions and 0 deletions

View File

@ -141,6 +141,15 @@ _login_check_auth(Evas_Object *widget)
NULL, login->open_session);
_login_reset(widget);
elm_object_signal_emit(widget,
"entrance,auth,checking", "");
elm_object_signal_emit(
elm_object_part_content_get(widget, "entrance.login"),
"entrance,auth,checking", "login");
elm_object_signal_emit(
elm_object_part_content_get(widget, "entrance.password"),
"entrance,auth,checking", "password");
}
static void