[evolution-ews] e-ews-backend: Remove display-name synchronization on mail sources.



commit e5f8dd7f66bde1bf009240893ad552c952c8f1b4
Author: Matthew Barnes <mbarnes redhat com>
Date:   Thu Feb 28 10:52:20 2013 -0500

    e-ews-backend: Remove display-name synchronization on mail sources.
    
    ECollectionBackend does this now when we chain up in child_added().

 src/collection/e-ews-backend.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/src/collection/e-ews-backend.c b/src/collection/e-ews-backend.c
index cc90a24..1e35f5d 100644
--- a/src/collection/e-ews-backend.c
+++ b/src/collection/e-ews-backend.c
@@ -688,13 +688,6 @@ ews_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]