summaryrefslogtreecommitdiff
path: root/firefox-gtk3-20.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2016-04-26 10:47:47 +0200
committerMartin Stransky <stransky@redhat.com>2016-04-26 10:47:47 +0200
commit559127bb980783a679a462aa0db6ad822b57a891 (patch)
treedb877a58699ae1681866a91cb962dbc549c4d3e6 /firefox-gtk3-20.patch
parentAdded nasm.base64 build fix (mozbz#1266366) (diff)
parentDon't use libvpx on F23 (diff)
downloadlibrewolf-fedora-ff-559127bb980783a679a462aa0db6ad822b57a891.tar.gz
librewolf-fedora-ff-559127bb980783a679a462aa0db6ad822b57a891.tar.bz2
librewolf-fedora-ff-559127bb980783a679a462aa0db6ad822b57a891.zip
Merge branch 'master' of ssh://pkgs.fedoraproject.org/rpms/firefox
Diffstat (limited to 'firefox-gtk3-20.patch')
-rw-r--r--firefox-gtk3-20.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox-gtk3-20.patch b/firefox-gtk3-20.patch
index 4711849..be72bfe 100644
--- a/firefox-gtk3-20.patch
+++ b/firefox-gtk3-20.patch
@@ -591,7 +591,7 @@ diff -up firefox-46.0/widget/gtk/gtk3drawing.c.gtk3-20 firefox-46.0/widget/gtk/g
- style = gtk_widget_get_style_context(GTK_WIDGET(scrollbar));
- gtk_style_context_save(style);
- gtk_style_context_add_class(style, GTK_STYLE_CLASS_TROUGH);
-+ if (widget == MOZ_GTK_SCROLLBAR_TRACK_HORIZONTAL) {
++ if (widget == MOZ_GTK_SCROLLBAR_HORIZONTAL) {
+ gtk_widget_set_direction(GTK_WIDGET(gHorizScrollbar.widget), direction);
+ style = gHorizScrollbar.scroll.style;
+ }
bgstack15