summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@anakreon.cz>2015-01-12 11:31:12 +0100
committerMartin Stransky <stransky@anakreon.cz>2015-01-12 11:31:12 +0100
commitd3440514d510ac87ee780a7ecc7d42b9c5300031 (patch)
tree563a7f6314f6fe0755e21431548f39357f7c95a0 /firefox.spec
parentFixed changelog typo (diff)
downloadlibrewolf-fedora-ff-d3440514d510ac87ee780a7ecc7d42b9c5300031.tar.gz
librewolf-fedora-ff-d3440514d510ac87ee780a7ecc7d42b9c5300031.tar.bz2
librewolf-fedora-ff-d3440514d510ac87ee780a7ecc7d42b9c5300031.zip
Gtk3 - added fix for button/entry focus sizes
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index dfdba64..fa0dbe4 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -153,6 +153,7 @@ Patch406: mozilla-1073117-color.patch
Patch407: mozilla-1097592.patch
Patch408: mozilla-1110211.patch
Patch409: mozilla-1073117-entry-button-size.patch
+Patch410: mozilla-1073117-button-focus.patch
%if %{official_branding}
# Required by Mozilla Corporation
@@ -308,6 +309,7 @@ cd %{tarballdir}
%patch407 -p1 -b .1097592
%patch408 -p2 -b .1110211
%patch409 -p1 -b .1073117-entry-button-size
+%patch410 -p1 -b .1073117-button-focus
%endif
%if %{official_branding}
@@ -774,6 +776,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
* Fri Jan 12 2015 Martin Stransky <stransky@redhat.com> - 35.0-2
- Update to 35.0 Build 3
- Gtk3 - added fix for button/entry box sizes
+- Gtk3 - added fix for button/entry focus sizes
* Tue Jan 6 2015 Martin Stransky <stransky@redhat.com> - 35.0-1
- Update to 35.0 Build 1
bgstack15