[evolution] M!10 - Remove unneeded g_srv_target_list_sort() call in srv_config_lookup_domain_sync()



commit 328e00c11650b0346c2c9b36d399ba9ed2a6cd09
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]