aboutsummaryrefslogblamecommitdiff
path: root/textproc/enchant/files/patch-src_enchant.c
blob: 2ed01794ab721f73917c14843c94456a04077e37 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                                                 
--- src/enchant.c.orig	2018-04-01 15:42:47 UTC
+++ src/enchant.c
@@ -1558,7 +1558,7 @@ enchant_load_provider_ordering (EnchantBroker * broker
 	for (iter = conf_dirs; iter; iter = iter->next)
 		{
 			char *ordering_file;
-			ordering_file = g_build_filename (iter->data, "enchant.ordering", NULL);
+			ordering_file = g_build_filename (iter->data, "enchant1.ordering", NULL);
 			enchant_load_ordering_from_file (broker, ordering_file);
 			g_free (ordering_file);	
 		}