Making ethumb_client_connect always call the connected_cb.

Now the callback is called even when it fails to create a get_name_owner
request.



SVN revision: 41323
This commit is contained in:
Rafael Antognolli 2009-07-13 22:08:00 +00:00
parent 31fc2b0dfa
commit 26a3abe8ef
1 changed files with 1 additions and 0 deletions

View File

@ -469,6 +469,7 @@ connection_err:
ethumb_new_err:
free(eclient);
err:
connect_cb(NULL, EINA_FALSE, data);
return NULL;
}