From 00fe6300fe015f7ac6caaedf297103d20f038165 Mon Sep 17 00:00:00 2001 From: Tim Lunn Date: Tue, 3 Sep 2013 11:39:46 +1000 Subject: UOA: Fix build failure This was a regression caused by c689cd6a91cb2a31ce0d03f47e59ca4e3f368e9c https://bugzilla.gnome.org/show_bug.cgi?id=707338 --- src/empathy-sanity-cleaning.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/empathy-sanity-cleaning.c') 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 #include #include +#include #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]; -- cgit v1.2.3