From c3b87b404d803e2eaa6bf179b2bb370c874ffa75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 25 May 2020 20:17:19 +0200 Subject: New upstream version 0.30.10 --- plugins/authenticator/shotwell/GoogleAuthenticator.vala | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'plugins/authenticator/shotwell/GoogleAuthenticator.vala') diff --git a/plugins/authenticator/shotwell/GoogleAuthenticator.vala b/plugins/authenticator/shotwell/GoogleAuthenticator.vala index 5b38ee6..a607cd0 100644 --- a/plugins/authenticator/shotwell/GoogleAuthenticator.vala +++ b/plugins/authenticator/shotwell/GoogleAuthenticator.vala @@ -371,6 +371,7 @@ namespace Publishing.Authenticator.Shotwell.Google { host.set_config_string("refresh_token", session.refresh_token); this.authenticated(); + web_auth_pane.clear(); } @@ -387,7 +388,7 @@ namespace Publishing.Authenticator.Shotwell.Google { try { txn.execute(); } catch (Spit.Publishing.PublishingError err) { - host.post_error(err); + host.post_error(err); } } @@ -420,6 +421,7 @@ namespace Publishing.Authenticator.Shotwell.Google { Idle.add (() => { this.authenticate(); return false; }); } + web_auth_pane.clear(); host.post_error(err); } -- cgit v1.2.3