GNOME Bugzilla – Bug 701281
empathy-sanity-checker: Include empathy-keyring.h when HAVE_UOA is defined.
Last modified: 2013-05-31 13:05:59 UTC
See the 3.8.3 buildlog at: https://launchpadlibrarian.net/141094778/buildlog_ubuntu-saucy-amd64.empathy_3.8.3-0ubuntu1_FAILEDTOBUILD.txt.gz (which may be GCed at some point in the future; sorry). ,---- | empathy-sanity-cleaning.c: In function 'uoa_set_account_password_cb': | empathy-sanity-cleaning.c:322:3: warning: implicit declaration of function 'empathy_keyring_set_account_password_finish' [-Wimplicit-function-declaration] | if (!empathy_keyring_set_account_password_finish (data->new_account, result, | ^ `---- If HAVE_UOA is defined, we need to include empathy-keyring.h for this.
Created attachment 245649 [details] [review] empathy-sanity-checker: Include empathy-keyring.h when HAVE_UOA is defined. We use empathy_keyring_set_account_password_finish and friends from here.
Attachment 245649 [details] pushed as 3a02bb0 - empathy-sanity-checker: Include empathy-keyring.h when HAVE_UOA is defined.
Thanks for the patch!