[evolution-data-server] yahoo-backend: Remove display-name synchronization on mail sources.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] yahoo-backend: Remove display-name synchronization on mail sources.
- Date: Thu, 28 Feb 2013 16:09:39 +0000 (UTC)
commit 56318febf89f81e3945921279f73c9037d271810
Author: Matthew Barnes <mbarnes redhat com>
Date: Thu Feb 28 10:50:55 2013 -0500
yahoo-backend: Remove display-name synchronization on mail sources.
ECollectionBackend does this now when we chain up in child_added().
modules/yahoo-backend/module-yahoo-backend.c | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/modules/yahoo-backend/module-yahoo-backend.c b/modules/yahoo-backend/module-yahoo-backend.c
index b1bced9..a6fd4e8 100644
--- a/modules/yahoo-backend/module-yahoo-backend.c
+++ b/modules/yahoo-backend/module-yahoo-backend.c
@@ -303,13 +303,6 @@ yahoo_backend_child_added (ECollectionBackend *backend,
extension_name = E_SOURCE_EXTENSION_MAIL_TRANSPORT;
is_mail |= e_source_has_extension (child_source, extension_name);
- /* Synchronize mail-related display names with the collection. */
- if (is_mail)
- g_object_bind_property (
- collection_source, "display-name",
- child_source, "display-name",
- G_BINDING_SYNC_CREATE);
-
/* Synchronize mail-related user with the collection identity. */
extension_name = E_SOURCE_EXTENSION_AUTHENTICATION;
if (is_mail && e_source_has_extension (child_source, extension_name)) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]