From d0aaad443a88968dc61172c050084d3d9faa7602 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 12 Aug 2023 10:07:35 +0200 Subject: New upstream version 0.32.2 --- plugins/authenticator/shotwell/GoogleAuthenticator.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/authenticator/shotwell/GoogleAuthenticator.vala') diff --git a/plugins/authenticator/shotwell/GoogleAuthenticator.vala b/plugins/authenticator/shotwell/GoogleAuthenticator.vala index 3276e67..9fc5b27 100644 --- a/plugins/authenticator/shotwell/GoogleAuthenticator.vala +++ b/plugins/authenticator/shotwell/GoogleAuthenticator.vala @@ -57,7 +57,7 @@ namespace Publishing.Authenticator.Shotwell.Google { } var response = ""; - var mins = new MemoryInputStream.from_data(response.data, null); + var mins = new MemoryInputStream.from_data(response.data); request.finish(mins, -1, "text/plain"); } -- cgit v1.2.3