summaryrefslogtreecommitdiff
path: root/nonprism/claws-mail/enchant-2.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2017-11-29 19:00:15 +0100
committerAndreas Grapentin <andreas@grapentin.org>2017-11-29 19:00:15 +0100
commitced3f5dcf315c6ca93df4df992ab43e4bc946274 (patch)
treed3db3674e94e5e44f6e791009b63d526ef7aa4f9 /nonprism/claws-mail/enchant-2.patch
parente4a64f968f19d38e3603fa09676489fc712f185f (diff)
downloadabslibre-ced3f5dcf315c6ca93df4df992ab43e4bc946274.tar.gz
abslibre-ced3f5dcf315c6ca93df4df992ab43e4bc946274.tar.bz2
abslibre-ced3f5dcf315c6ca93df4df992ab43e4bc946274.zip
nonprism/claws-mail: updated to 3.15.1
Diffstat (limited to 'nonprism/claws-mail/enchant-2.patch')
-rw-r--r--nonprism/claws-mail/enchant-2.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/nonprism/claws-mail/enchant-2.patch b/nonprism/claws-mail/enchant-2.patch
new file mode 100644
index 000000000..1a2ee926f
--- /dev/null
+++ b/nonprism/claws-mail/enchant-2.patch
@@ -0,0 +1,11 @@
+--- claws-mail-3.15.1/src/gtk/gtkaspell.c.orig 2017-08-28 17:48:24.000000000 +0000
++++ claws-mail-3.15.1/src/gtk/gtkaspell.c 2017-11-22 15:05:59.371073969 +0000
+@@ -1348,7 +1348,7 @@
+ {
+ GtkAspell *gtkaspell = (GtkAspell *) data;
+
+- enchant_dict_add_to_pwl(gtkaspell->gtkaspeller->speller, gtkaspell->theword, strlen(gtkaspell->theword));
++ enchant_dict_add(gtkaspell->gtkaspeller->speller, gtkaspell->theword, strlen(gtkaspell->theword));
+
+ gtkaspell->ctx.check_word(gtkaspell->ctx.data);
+ gtkaspell_dict_changed(gtkaspell);