diff options
author | Martin Stransky <stransky@redhat.com> | 2015-09-15 11:35:53 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2015-09-15 11:35:53 +0200 |
commit | f37041f27768313f060e02be2a65f052e29ae72c (patch) | |
tree | 1e56a2bf2481b295385a32919c56bb9d4e89e59c /mozilla-entry-padding.patch | |
parent | Removed the dom.ipc.plugins.asyncInit hack (diff) | |
download | librewolf-fedora-ff-f37041f27768313f060e02be2a65f052e29ae72c.tar.gz librewolf-fedora-ff-f37041f27768313f060e02be2a65f052e29ae72c.tar.bz2 librewolf-fedora-ff-f37041f27768313f060e02be2a65f052e29ae72c.zip |
Update to 41.0 Build 1
Diffstat (limited to 'mozilla-entry-padding.patch')
-rw-r--r-- | mozilla-entry-padding.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/mozilla-entry-padding.patch b/mozilla-entry-padding.patch deleted file mode 100644 index 2c1a361..0000000 --- a/mozilla-entry-padding.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff -up firefox-40.0/mozilla-release/widget/gtk/gtk3drawing.c.old firefox-40.0/mozilla-release/widget/gtk/gtk3drawing.c ---- firefox-40.0/mozilla-release/widget/gtk/gtk3drawing.c.old 2015-08-07 13:50:18.000000000 +0200 -+++ firefox-40.0/mozilla-release/widget/gtk/gtk3drawing.c 2015-08-07 13:53:05.920824588 +0200 -@@ -2643,13 +2643,6 @@ moz_gtk_get_widget_border(GtkThemeWidget - ensure_entry_widget(); - style = gtk_widget_get_style_context(gEntryWidget); - moz_gtk_add_style_border(style, left, top, right, bottom); -- -- /* Use the document padding in HTML -- and GTK style padding in XUL. */ -- if (!inhtml) { -- moz_gtk_add_style_padding(style, left, top, right, bottom); -- } -- - return MOZ_GTK_SUCCESS; - } - case MOZ_GTK_TREEVIEW: |