diff options
author | Martin Stransky <stransky@anakreon.cz> | 2016-05-23 11:50:42 +0200 |
---|---|---|
committer | Martin Stransky <stransky@anakreon.cz> | 2016-05-23 11:50:42 +0200 |
commit | be3a146c545fe4c8de6acd6d5dfc20aa27e4781b (patch) | |
tree | 4f7c3797f5b50908915df13bbc532375216051cc /firefox-gtk3-20.patch | |
parent | Merge branch 'master' into f24 (diff) | |
parent | Rebuilt for new bookmarks (rhbz#1338010), Fixed build issue in Gtk3.20 patch,... (diff) | |
download | librewolf-fedora-ff-be3a146c545fe4c8de6acd6d5dfc20aa27e4781b.tar.gz librewolf-fedora-ff-be3a146c545fe4c8de6acd6d5dfc20aa27e4781b.tar.bz2 librewolf-fedora-ff-be3a146c545fe4c8de6acd6d5dfc20aa27e4781b.zip |
Merge branch 'master' into f24
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 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; |