[evolution/gnome-3-32] M!10 - Remove unneeded g_srv_target_list_sort() call in srv_config_lookup_domain_sync()
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-3-32] M!10 - Remove unneeded g_srv_target_list_sort() call in srv_config_lookup_domain_sync()
- Date: Thu, 25 Apr 2019 07:07:02 +0000 (UTC)
commit 4d1ba7bf510761a946d33123835e22affb448a68
Author: Дилян Палаузов <git-dpa aegee org>
Date: Tue Apr 23 12:05:29 2019 +0200
M!10 - Remove unneeded g_srv_target_list_sort() call in srv_config_lookup_domain_sync()
Fixes https://gitlab.gnome.org/GNOME/evolution/merge_requests/10
src/modules/config-lookup/e-srv-config-lookup.c | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/src/modules/config-lookup/e-srv-config-lookup.c b/src/modules/config-lookup/e-srv-config-lookup.c
index d3b41ed8d3..669e3f356a 100644
--- a/src/modules/config-lookup/e-srv-config-lookup.c
+++ b/src/modules/config-lookup/e-srv-config-lookup.c
@@ -120,8 +120,6 @@ srv_config_lookup_domain_sync (EConfigLookup *config_lookup,
} else {
GList *link;
- targets = g_srv_target_list_sort (targets);
-
for (link = targets; link; link = g_list_next (link)) {
EConfigLookupResult *lookup_result;
GSrvTarget *target = link->data;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]