Added a workaround for rhbz#907424 - textarea redrawn wrongly during edit
This commit is contained in:
parent
5156f9bb00
commit
fdb6db09cf
@ -11,3 +11,4 @@ pref("dom.ipc.plugins.enabled.nswrapper*", false);
|
||||
pref("extensions.shownSelectionUI", true);
|
||||
pref("extensions.autoDisableScope", 0);
|
||||
pref("gfx.color_management.enablev4", true);
|
||||
pref("ui.SpellCheckerUnderlineStyle", 1);
|
||||
|
@ -55,7 +55,7 @@
|
||||
Summary: Mozilla Firefox Web browser
|
||||
Name: firefox
|
||||
Version: 20.0
|
||||
Release: 2%{?pre_tag}%{?dist}
|
||||
Release: 3%{?pre_tag}%{?dist}
|
||||
URL: http://www.mozilla.org/projects/firefox/
|
||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||
Group: Applications/Internet
|
||||
@ -426,6 +426,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
#---------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Thu Apr 18 2013 Martin Stransky <stransky@redhat.com> - 20.0-3
|
||||
- Added a workaround for rhbz#907424 - textarea redrawn wrongly
|
||||
during edit
|
||||
|
||||
* Thu Apr 18 2013 Jan Horak <jhorak@redhat.com> - 20.0-2
|
||||
- Updated manual page
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user