From 44982406d7bc6317a7674d21f830ad50ab4f3810 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 2 Aug 2012 14:46:25 +0200 Subject: client-factory: add TP_ACCOUNT_FEATURE_STORAGE Needed for the Ubuntu Online Accounts plugins. --- libempathy/empathy-client-factory.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libempathy') diff --git a/libempathy/empathy-client-factory.c b/libempathy/empathy-client-factory.c index 9e915f978..2d3691a1e 100644 --- a/libempathy/empathy-client-factory.c +++ b/libempathy/empathy-client-factory.c @@ -92,6 +92,9 @@ empathy_client_factory_dup_account_features (TpSimpleClientFactory *factory, feature = TP_ACCOUNT_FEATURE_ADDRESSING; g_array_append_val (features, feature); + feature = TP_ACCOUNT_FEATURE_STORAGE; + g_array_append_val (features, feature); + return features; } -- cgit v1.2.3