Skip to content
Commit d9e975f0 authored by Florian Müllner's avatar Florian Müllner
Browse files

entryArea: Share a common spell checker

We currently use GSpell's convenience API to add spell checking
support to entries, which turns out to be quite wasteful when
used with lots of separate entries:
Every entry gets a separate GSpellChecker object with its own copy
of the dictionary.
Address this by setting up all entries manually with a shared spell
checker object.

https://bugzilla.gnome.org/show_bug.cgi?id=780762
parent 643b6f85
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment