[evolution-data-server] google-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] google-backend: Remove display-name synchronization on mail sources.
- Date: Thu, 28 Feb 2013 16:09:34 +0000 (UTC)
commit b3f26d28909334a346244290928d77d093273689
Author: Matthew Barnes <mbarnes redhat com>
Date: Thu Feb 28 10:47:30 2013 -0500
google-backend: Remove display-name synchronization on mail sources.
ECollectionBackend does this now when we chain up in child_added().
modules/google-backend/module-google-backend.c | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/modules/google-backend/module-google-backend.c b/modules/google-backend/module-google-backend.c
index 99bbb01..594e813 100644
--- a/modules/google-backend/module-google-backend.c
+++ b/modules/google-backend/module-google-backend.c
@@ -308,13 +308,6 @@ google_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]