[empathy] client-factory: add TP_ACCOUNT_FEATURE_STORAGE
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] client-factory: add TP_ACCOUNT_FEATURE_STORAGE
- Date: Fri, 3 Aug 2012 14:13:51 +0000 (UTC)
commit 44982406d7bc6317a7674d21f830ad50ab4f3810
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Thu Aug 2 14:46:25 2012 +0200
client-factory: add TP_ACCOUNT_FEATURE_STORAGE
Needed for the Ubuntu Online Accounts plugins.
libempathy/empathy-client-factory.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/libempathy/empathy-client-factory.c b/libempathy/empathy-client-factory.c
index 9e915f9..2d3691a 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;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]