summaryrefslogtreecommitdiff
path: root/libre/ogmrip/enchant-2.patch
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2019-09-30 23:15:53 -0300
committerDavid P <megver83@parabola.nu>2019-09-30 23:15:53 -0300
commit4c82efea049b98677fafd47584f062ea5c041d11 (patch)
treefb046c19268d9bc22df0d3ea4a0b73c3227845e7 /libre/ogmrip/enchant-2.patch
parenta0018d22a35c6498daaffeaccb3e514b1630ce37 (diff)
downloadabslibre-4c82efea049b98677fafd47584f062ea5c041d11.tar.gz
abslibre-4c82efea049b98677fafd47584f062ea5c041d11.tar.bz2
abslibre-4c82efea049b98677fafd47584f062ea5c041d11.zip
libre/ogmrip: removal
not supported by Arch anymore Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'libre/ogmrip/enchant-2.patch')
-rw-r--r--libre/ogmrip/enchant-2.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/libre/ogmrip/enchant-2.patch b/libre/ogmrip/enchant-2.patch
deleted file mode 100644
index 00d492023..000000000
--- a/libre/ogmrip/enchant-2.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- ogmrip-1.0.1/src/ogmrip-spell-dialog.c.orig 2015-01-10 13:39:43.000000000 +0000
-+++ ogmrip-1.0.1/src/ogmrip-spell-dialog.c 2017-11-23 08:47:19.352081545 +0000
-@@ -315,14 +315,14 @@
- enchant_dict_add_to_session (dialog->priv->dict, word, len);
- break;
- case OGMRIP_SPELL_RESPONSE_ADD_WORD:
-- enchant_dict_add_to_personal (dialog->priv->dict, word, len);
-+ enchant_dict_add (dialog->priv->dict, word, len);
- break;
- default:
- break;
- }
-
- if (suggs && n_suggs)
-- enchant_dict_free_suggestions (dialog->priv->dict, suggs);
-+ enchant_dict_free_string_list (dialog->priv->dict, suggs);
- }
-
- return status;