[gnome-online-accounts/gnome-3-10] Ensure that changes in Telepathy URI schemes are reflected immediately
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-accounts/gnome-3-10] Ensure that changes in Telepathy URI schemes are reflected immediately
- Date: Thu, 26 Mar 2015 16:36:02 +0000 (UTC)
commit d2d85c8de9fa4fa0753afca3bea8a641f5ef7192
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 ff49cf7..5770470 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
@@ -49,7 +49,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]