[evolution-mapi/gnome-3-30] Collection backend schedules two 'populate' requests after going online
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-mapi/gnome-3-30] Collection backend schedules two 'populate' requests after going online
- Date: Thu, 27 Sep 2018 08:55:41 +0000 (UTC)
commit 018c23b65cc15d773ab183b6290c11ffaa85cb97
Author: Milan Crha <mcrha redhat com>
Date: Thu Sep 27 10:55:06 2018 +0200
Collection backend schedules two 'populate' requests after going online
ECollectionBackend base class makes sure the 'populate' method is called
after the backend itself goes online, thus there is no need to schedule
it in the descendant again.
Related to https://gitlab.gnome.org/GNOME/evolution-data-server/issues/36
src/collection/e-mapi-backend.c | 4 ----
1 file changed, 4 deletions(-)
---
diff --git a/src/collection/e-mapi-backend.c b/src/collection/e-mapi-backend.c
index 937ab08..f9c64f4 100644
--- a/src/collection/e-mapi-backend.c
+++ b/src/collection/e-mapi-backend.c
@@ -986,10 +986,6 @@ e_mapi_backend_init (EMapiBackend *backend)
g_free,
g_object_unref);
- g_signal_connect (
- backend, "notify::online",
- G_CALLBACK (mapi_backend_populate), NULL);
-
g_mutex_init (&backend->priv->credentials_lock);
backend->priv->credentials = NULL;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]