[geary/wip/goa-error-when-disconnected: 1/3] Fix SMTP service not being restarted on client retry
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/wip/goa-error-when-disconnected: 1/3] Fix SMTP service not being restarted on client retry
- Date: Sun, 3 Mar 2019 11:26:32 +0000 (UTC)
commit 1b75d28b5983306f6f252b6e7e59dfa85f3a4b76
Author: Michael Gratton <mike vee net>
Date: Sun Mar 3 22:07:40 2019 +1100
Fix SMTP service not being restarted on client retry
src/client/application/geary-controller.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/client/application/geary-controller.vala b/src/client/application/geary-controller.vala
index ef98ef68..a4fee38b 100644
--- a/src/client/application/geary-controller.vala
+++ b/src/client/application/geary-controller.vala
@@ -2952,7 +2952,7 @@ public class GearyController : Geary.BaseObject {
break;
case Geary.Protocol.SMTP:
- context.account.outgoing.start.begin(context.cancellable);
+ context.account.outgoing.restart.begin(context.cancellable);
break;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]