diff options
author | Tim Lunn <tim@feathertop.org> | 2013-09-03 09:39:46 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-09-03 20:18:25 +0800 |
commit | 00fe6300fe015f7ac6caaedf297103d20f038165 (patch) | |
tree | 5da27ee3ed50239c50425b6d7c8030ca9382d778 /src | |
parent | 32529f49e3935b5f4fd747fcfe2d62322f86ec52 (diff) | |
download | gsoc2013-empathy-00fe6300fe015f7ac6caaedf297103d20f038165.tar gsoc2013-empathy-00fe6300fe015f7ac6caaedf297103d20f038165.tar.gz gsoc2013-empathy-00fe6300fe015f7ac6caaedf297103d20f038165.tar.bz2 gsoc2013-empathy-00fe6300fe015f7ac6caaedf297103d20f038165.tar.lz gsoc2013-empathy-00fe6300fe015f7ac6caaedf297103d20f038165.tar.xz gsoc2013-empathy-00fe6300fe015f7ac6caaedf297103d20f038165.tar.zst gsoc2013-empathy-00fe6300fe015f7ac6caaedf297103d20f038165.zip |
UOA: Fix build failure
This was a regression caused by c689cd6a91cb2a31ce0d03f47e59ca4e3f368e9c
https://bugzilla.gnome.org/show_bug.cgi?id=707338
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-sanity-cleaning.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-sanity-cleaning.c b/src/empathy-sanity-cleaning.c index 6ad0990aa..e43c1554a 100644 --- a/src/empathy-sanity-cleaning.c +++ b/src/empathy-sanity-cleaning.c @@ -29,9 +29,9 @@ #include <libaccounts-glib/ag-manager.h> #include <libaccounts-glib/ag-service.h> #include <tp-account-widgets/tpaw-keyring.h> +#include <tp-account-widgets/tpaw-uoa-utils.h> #include "empathy-pkg-kit.h" -#include "empathy-uoa-utils.h" #endif #include "empathy-gsettings.h" @@ -501,7 +501,7 @@ uoa_plugin_installed (AgManager *manager, protocol = tp_account_get_protocol_name (account); ag_account = ag_manager_create_account (manager, protocol); - l = ag_account_list_services_by_type (ag_account, EMPATHY_UOA_SERVICE_TYPE); + l = ag_account_list_services_by_type (ag_account, TPAW_UOA_SERVICE_TYPE); if (l == NULL) { const gchar *packages[2]; |