diff options
author | Martin Stransky <stransky@redhat.com> | 2016-04-26 10:47:47 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2016-04-26 10:47:47 +0200 |
commit | 559127bb980783a679a462aa0db6ad822b57a891 (patch) | |
tree | db877a58699ae1681866a91cb962dbc549c4d3e6 /firefox-gtk3-20.patch | |
parent | Added nasm.base64 build fix (mozbz#1266366) (diff) | |
parent | Don't use libvpx on F23 (diff) | |
download | librewolf-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.patch | 2 |
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; + } |