yahoo-backend: Remove display-name synchronization on mail sources.
authorMatthew Barnes <mbarnes@redhat.com>
Thu, 28 Feb 2013 15:50:55 +0000 (10:50 -0500)
committerMatthew Barnes <mbarnes@redhat.com>
Thu, 28 Feb 2013 15:50:55 +0000 (10:50 -0500)
ECollectionBackend does this now when we chain up in child_added().

modules/yahoo-backend/module-yahoo-backend.c

index b1bced9..a6fd4e8 100644 (file)
@@ -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)) {