diff options
author | Martin Stransky <stransky@redhat.com> | 2019-05-02 10:50:49 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2019-05-02 10:50:49 +0200 |
commit | dc7ec5531ba4b64eed7e78a0a89cc089b908bf5e (patch) | |
tree | d231226ed8e784d64b2353803fadbb8cca51daf5 /mozilla-526293.patch | |
parent | Rebuild (diff) | |
download | librewolf-fedora-ff-dc7ec5531ba4b64eed7e78a0a89cc089b908bf5e.tar.gz librewolf-fedora-ff-dc7ec5531ba4b64eed7e78a0a89cc089b908bf5e.tar.bz2 librewolf-fedora-ff-dc7ec5531ba4b64eed7e78a0a89cc089b908bf5e.zip |
Removed fix for mozbz#526293 as it's broken ans does not bring any new functionality.
Diffstat (limited to 'mozilla-526293.patch')
-rw-r--r-- | mozilla-526293.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/mozilla-526293.patch b/mozilla-526293.patch deleted file mode 100644 index a03796a..0000000 --- a/mozilla-526293.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -up firefox-60.6.0/widget/gtk/nsFilePicker.cpp.old firefox-60.6.0/widget/gtk/nsFilePicker.cpp ---- firefox-60.6.0/widget/gtk/nsFilePicker.cpp.old 2019-03-27 10:29:47.918560620 +0100 -+++ firefox-60.6.0/widget/gtk/nsFilePicker.cpp 2019-03-27 10:30:08.384491717 +0100 -@@ -366,9 +366,7 @@ nsFilePicker::Open(nsIFilePickerShownCal - // If we have --enable-proxy-bypass-protection, then don't allow - // remote URLs to be used. - #ifndef MOZ_PROXY_BYPASS_PROTECTION -- if (mAllowURLs) { -- gtk_file_chooser_set_local_only(GTK_FILE_CHOOSER(file_chooser), FALSE); -- } -+ gtk_file_chooser_set_local_only(GTK_FILE_CHOOSER(file_chooser), FALSE); - #endif - - if (action == GTK_FILE_CHOOSER_ACTION_OPEN || |