aboutsummaryrefslogtreecommitdiff
path: root/graphics/shotwell/files/patch-plugins_common_WebAuthenticationPane.vala
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/shotwell/files/patch-plugins_common_WebAuthenticationPane.vala')
-rw-r--r--graphics/shotwell/files/patch-plugins_common_WebAuthenticationPane.vala11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/shotwell/files/patch-plugins_common_WebAuthenticationPane.vala b/graphics/shotwell/files/patch-plugins_common_WebAuthenticationPane.vala
deleted file mode 100644
index 71e97bcc3d17..000000000000
--- a/graphics/shotwell/files/patch-plugins_common_WebAuthenticationPane.vala
+++ /dev/null
@@ -1,11 +0,0 @@
---- plugins/common/WebAuthenticationPane.vala.orig 2020-05-22 13:32:52 UTC
-+++ plugins/common/WebAuthenticationPane.vala
-@@ -21,7 +21,7 @@ namespace Shotwell.Plugins.Common {
- public void clear() {
- try {
- debug("Clearing the data of WebKit...");
-- this.webview.get_website_data_manager().clear.begin(WebKit.WebsiteDataTypes.ALL, (GLib.TimeSpan)0);
-+ this.webview.get_website_data_manager().clear.begin(WebKit.WebsiteDataTypes.ALL, (GLib.TimeSpan)0, null);
- } catch (Error e) {
- // Do nothing
- message("Failed to clear data: %s", e.message);