summaryrefslogtreecommitdiff
path: root/firefox-gtk3-20.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@anakreon.cz>2016-05-23 11:50:09 +0200
committerMartin Stransky <stransky@anakreon.cz>2016-05-23 11:50:09 +0200
commitaf0917f19d2c34bfa5020604ba6c09143710cbc9 (patch)
tree4f7c3797f5b50908915df13bbc532375216051cc /firefox-gtk3-20.patch
parentremoved system-bookmarks from Requires as it's not needed for Firefox run, on... (diff)
downloadlibrewolf-fedora-ff-af0917f19d2c34bfa5020604ba6c09143710cbc9.tar.gz
librewolf-fedora-ff-af0917f19d2c34bfa5020604ba6c09143710cbc9.tar.bz2
librewolf-fedora-ff-af0917f19d2c34bfa5020604ba6c09143710cbc9.zip
Rebuilt for new bookmarks (rhbz#1338010), Fixed build issue in Gtk3.20 patch, removed old changelog entries
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 b554fe6..4aab6ef 100644
--- a/firefox-gtk3-20.patch
+++ b/firefox-gtk3-20.patch
@@ -472,7 +472,7 @@ diff -up firefox-46.0.1/widget/gtk/gtk3drawing.c.gtk3-20 firefox-46.0.1/widget/g
- gtk_style_context_get_border(style, 0, &border);
- gtk_style_context_get_padding(style, 0, &padding);
-+ GtkStyleContext* style = gEntry.entry.style;
++ style = gEntry.entry.style;
+ gtk_style_context_get_border(style, gtk_style_context_get_state(style), &border);
+ gtk_style_context_get_padding(style, gtk_style_context_get_state(style), &padding);
*focus_h_width = border.left + padding.left;
bgstack15