Fixed rhbz#1024232 - thunderbird: squiggly lines used for spelling correction disappear randomly

This commit is contained in:
Martin Stransky 2013-12-16 14:46:03 +01:00
parent 0ed329dc33
commit f211e7d39e
2 changed files with 8 additions and 1 deletions

View File

@ -16,3 +16,6 @@ pref("mailnews.database.global.indexer.enabled", false);
pref("mail.folder.views.version", "1")
pref("extensions.shownSelectionUI", true);
pref("extensions.autoDisableScope", 0);
# For rhbz#1024232
pref("ui.SpellCheckerUnderlineStyle", 1);

View File

@ -54,7 +54,7 @@
Summary: Mozilla Thunderbird mail/newsgroup client
Name: thunderbird
Version: 24.2.0
Release: 3%{?dist}
Release: 4%{?dist}
URL: http://www.mozilla.org/projects/thunderbird/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@ -446,6 +446,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#===============================================================================
%changelog
* Mon Dec 16 2013 Martin Stransky <stransky@redhat.com> - 24.2.0-4
- Fixed rhbz#1024232 - thunderbird: squiggly lines used
for spelling correction disappear randomly
* Fri Dec 13 2013 Martin Stransky <stransky@redhat.com> - 24.2.0-3
- Build with -Werror=format-security (rhbz#1037353)