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



commit 0c18c17a9decbb21f03446859e0ea729e112997e
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 27afe3f..4072872 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
@@ -46,7 +46,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]