summaryrefslogtreecommitdiff
path: root/libre/ogmrip/enchant-2.patch
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-01-06 22:41:50 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-01-06 22:41:50 -0500
commit5f5197368c3353519fd2f5b1991de2536e52cc04 (patch)
treea5b2cd0fed87d37e5f75e57f1516505fd2e5bb26 /libre/ogmrip/enchant-2.patch
parent71630c0184bfa466b212c4d5dd92eccfaffb28a1 (diff)
downloadabslibre-5f5197368c3353519fd2f5b1991de2536e52cc04.tar.gz
abslibre-5f5197368c3353519fd2f5b1991de2536e52cc04.tar.bz2
abslibre-5f5197368c3353519fd2f5b1991de2536e52cc04.zip
ogmrip-1.0.1-5.parabola1: rebuild
Diffstat (limited to 'libre/ogmrip/enchant-2.patch')
-rw-r--r--libre/ogmrip/enchant-2.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/libre/ogmrip/enchant-2.patch b/libre/ogmrip/enchant-2.patch
new file mode 100644
index 000000000..00d492023
--- /dev/null
+++ b/libre/ogmrip/enchant-2.patch
@@ -0,0 +1,19 @@
+--- 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;