[gnome-online-accounts] Ensure that changes in Telepathy URI schemes are reflected immediately



commit 8dd72a9186ee17ac9f654adfcb8649c7155f8fa3
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Mar 26 17:01:13 2015 +0100

    Ensure that changes in Telepathy URI schemes are reflected immediately
    
    Otherwise, calling tp_account_set_uri_scheme_association_async does not
    influence the result of tp_account_associated_with_uri_scheme. This
    means that the state of the "Use this account to call landlines and
    mobile phones" checkbox will not persist across invocations of the edit
    connection parameters dialog, unless the panel is restarted.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=744165

 src/goabackend/goautils.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/goabackend/goautils.c b/src/goabackend/goautils.c
index 009352a..f2e7529 100644
--- a/src/goabackend/goautils.c
+++ b/src/goabackend/goautils.c
@@ -1,6 +1,6 @@
 /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
 /*
- * Copyright (C) 2012, 2013 Red Hat, Inc.
+ * Copyright (C) 2012, 2013, 2015 Red Hat, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -43,7 +43,8 @@ goa_utils_initialize_client_factory (void)
     {
       TpSimpleClientFactory *factory;
       TpAccountManager *account_manager;
-      GQuark account_features[] = {TP_ACCOUNT_FEATURE_STORAGE,
+      GQuark account_features[] = {TP_ACCOUNT_FEATURE_ADDRESSING,
+                                   TP_ACCOUNT_FEATURE_STORAGE,
                                    TP_ACCOUNT_FEATURE_CONNECTION,
                                    0};
       GQuark connection_features[] = {TP_CONNECTION_FEATURE_AVATAR_REQUIREMENTS,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]