summaryrefslogtreecommitdiff
path: root/libre/abiword/link-grammar-panic.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-02-18 00:29:18 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-02-18 00:29:18 -0200
commit974b9c41fb0ba6895f8482568fe1e54bed58a1a2 (patch)
tree628063b2436f822cb65063c7fedba5332b5b0980 /libre/abiword/link-grammar-panic.patch
parent5943c65440e5a32f5731215dfdfeef40cd947133 (diff)
downloadabslibre-974b9c41fb0ba6895f8482568fe1e54bed58a1a2.tar.gz
abslibre-974b9c41fb0ba6895f8482568fe1e54bed58a1a2.tar.bz2
abslibre-974b9c41fb0ba6895f8482568fe1e54bed58a1a2.zip
abiword-3.0.1-1.parabola1: updating version
* Update to 3.0.1 (FS#41935 -> https://bugs.archlinux.org/task/41935), merge plugins into main package, enable introspection support (FS#42903 -> https://bugs.archlinux.org/task/42903). Fix grammar plugin, compile collab plugin that was broken in 3.0.0
Diffstat (limited to 'libre/abiword/link-grammar-panic.patch')
-rw-r--r--libre/abiword/link-grammar-panic.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/libre/abiword/link-grammar-panic.patch b/libre/abiword/link-grammar-panic.patch
new file mode 100644
index 000000000..f33a802ff
--- /dev/null
+++ b/libre/abiword/link-grammar-panic.patch
@@ -0,0 +1,10 @@
+--- plugins/grammar/linkgrammarwrap/LinkGrammarWrap.cpp.orig 2015-02-17 12:11:05.062973479 +0000
++++ plugins/grammar/linkgrammarwrap/LinkGrammarWrap.cpp 2015-02-17 12:11:38.909495002 +0000
+@@ -87,7 +87,6 @@
+ parse_options_set_min_null_count(m_Opts, 0);
+ parse_options_set_max_null_count(m_Opts, 0);
+ parse_options_set_islands_ok(m_Opts, 0);
+- parse_options_set_panic_mode(m_Opts, TRUE);
+ parse_options_reset_resources(m_Opts);
+ UT_sint32 num_linkages = sentence_parse(sent, m_Opts);
+ bool res = (num_linkages >= 1);