[gnome-online-accounts] telepathy: we need the TpAccount's connection by default
- From: Marco Barisione <mbari src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-accounts] telepathy: we need the TpAccount's connection by default
- Date: Wed, 28 Aug 2013 14:25:45 +0000 (UTC)
commit 0cbf047e68f9ed227dbf3e83437f1f7128eb075f
Author: Marco Barisione <marco barisione collabora co uk>
Date: Tue Aug 27 14:35:52 2013 +0100
telepathy: we need the TpAccount's connection by default
https://bugzilla.gnome.org/show_bug.cgi?id=706894
src/goabackend/goatelepathyprovider.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/src/goabackend/goatelepathyprovider.c b/src/goabackend/goatelepathyprovider.c
index 72a95a1..5171fb9 100644
--- a/src/goabackend/goatelepathyprovider.c
+++ b/src/goabackend/goatelepathyprovider.c
@@ -1032,11 +1032,13 @@ initialize_client_factory (void)
{
TpSimpleClientFactory *factory;
TpAccountManager *account_manager;
- GQuark features[] = { TP_ACCOUNT_FEATURE_STORAGE, 0 };
+ GQuark features[] = {
+ TP_ACCOUNT_FEATURE_STORAGE,
+ TP_ACCOUNT_FEATURE_CONNECTION,
+ 0};
/* We make sure that new instances of Telepathy objects will have all
* the features we need. */
-
factory = tp_simple_client_factory_new (NULL);
tp_simple_client_factory_add_account_features (factory, features);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]