From af0917f19d2c34bfa5020604ba6c09143710cbc9 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Mon, 23 May 2016 11:50:09 +0200 Subject: Rebuilt for new bookmarks (rhbz#1338010), Fixed build issue in Gtk3.20 patch, removed old changelog entries --- firefox-gtk3-20.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firefox-gtk3-20.patch') 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; -- cgit