[evolution-mapi] e-mapi-backend: Remove display-name synchronization on mail sources.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-mapi] e-mapi-backend: Remove display-name synchronization on mail sources.
- Date: Thu, 28 Feb 2013 16:09:55 +0000 (UTC)
commit d10cb70a297891ba89be60726066b54ccd29348b
Author: Matthew Barnes <mbarnes redhat com>
Date: Thu Feb 28 11:09:23 2013 -0500
e-mapi-backend: Remove display-name synchronization on mail sources.
ECollectionBackend does this now when we chain up in child_added().
src/collection/e-mapi-backend.c | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/src/collection/e-mapi-backend.c b/src/collection/e-mapi-backend.c
index 2608584..b311ee7 100644
--- a/src/collection/e-mapi-backend.c
+++ b/src/collection/e-mapi-backend.c
@@ -497,13 +497,6 @@ mapi_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]