Fixed rhbz#1024232 - thunderbird: squiggly lines used for spelling correction disappear randomly
This commit is contained in:
parent
0ed329dc33
commit
f211e7d39e
@ -16,3 +16,6 @@ pref("mailnews.database.global.indexer.enabled", false);
|
|||||||
pref("mail.folder.views.version", "1")
|
pref("mail.folder.views.version", "1")
|
||||||
pref("extensions.shownSelectionUI", true);
|
pref("extensions.shownSelectionUI", true);
|
||||||
pref("extensions.autoDisableScope", 0);
|
pref("extensions.autoDisableScope", 0);
|
||||||
|
|
||||||
|
# For rhbz#1024232
|
||||||
|
pref("ui.SpellCheckerUnderlineStyle", 1);
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
Summary: Mozilla Thunderbird mail/newsgroup client
|
Summary: Mozilla Thunderbird mail/newsgroup client
|
||||||
Name: thunderbird
|
Name: thunderbird
|
||||||
Version: 24.2.0
|
Version: 24.2.0
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
URL: http://www.mozilla.org/projects/thunderbird/
|
URL: http://www.mozilla.org/projects/thunderbird/
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
@ -446,6 +446,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
#===============================================================================
|
#===============================================================================
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Dec 13 2013 Martin Stransky <stransky@redhat.com> - 24.2.0-3
|
||||||
- Build with -Werror=format-security (rhbz#1037353)
|
- Build with -Werror=format-security (rhbz#1037353)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user