fix connman check by not failing al the time on owner check

fixes T804
This commit is contained in:
Carsten Haitzler 2014-01-22 17:50:19 +09:00
parent 8285b8ea6b
commit 6a39d27a51
1 changed files with 2 additions and 1 deletions

View File

@ -100,7 +100,8 @@ _check_connman_owner(void *data, const Eldbus_Message *msg,
e_wizard_button_next_enable_set(1);
ecore_idler_add(_page_next_call, NULL);
return;
fail:
_connman_fail(data);
}