summaryrefslogtreecommitdiff
path: root/nonprism/claws-mail/enchant-2.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-20 06:33:31 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-20 06:33:31 +0100
commit53fca468b1abfd168acf249b2ed2ff95410fdaa3 (patch)
tree23b64da75f1793ca51cde363b3f2d6f07507f2ca /nonprism/claws-mail/enchant-2.patch
parentaf21b330575fd55d3e8092fd286141e55cdcb090 (diff)
downloadabslibre-53fca468b1abfd168acf249b2ed2ff95410fdaa3.tar.gz
abslibre-53fca468b1abfd168acf249b2ed2ff95410fdaa3.tar.bz2
abslibre-53fca468b1abfd168acf249b2ed2ff95410fdaa3.zip
nonprism/claws-mail: updated to 3.16.0
Diffstat (limited to 'nonprism/claws-mail/enchant-2.patch')
-rw-r--r--nonprism/claws-mail/enchant-2.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/nonprism/claws-mail/enchant-2.patch b/nonprism/claws-mail/enchant-2.patch
deleted file mode 100644
index 1a2ee926f..000000000
--- a/nonprism/claws-mail/enchant-2.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);