send username and nickname from the network config

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-03-03 11:43:00 -05:00
parent 78538b9ee1
commit 56deeb9228
1 changed files with 2 additions and 2 deletions

View File

@ -247,8 +247,8 @@ _cb_idle(void *data EINA_UNUSED)
goto out;
/* set network properties */
express_network_username_set(net, _ex_cfg->name);
express_network_nickname_set(net, _ex_cfg->nick);
express_network_username_set(net, cfg_net->username);
express_network_nickname_set(net, cfg_net->nickname);
express_network_nick_password_set(net, cfg_net->nick_passwd);
express_network_server_password_set(net, cfg_net->server_passwd);
express_network_autoconnect_set(net, cfg_net->autoconnect);