From fc0abeec76b1aad0960dff36e0f084f2b7478995 Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Fri, 4 Feb 2011 20:50:22 +0100 Subject: [PATCH] If all three attempts failed, do not go on sending more patches Signed-off-by: Sven Strickroth --- src/Changelog.txt | 1 + src/TortoiseProc/SVNProgressDlg.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Changelog.txt b/src/Changelog.txt index e3be48c6f..695bf99c3 100644 --- a/src/Changelog.txt +++ b/src/Changelog.txt @@ -42,6 +42,7 @@ * Fixed issues with the send mail dialog If all three attempts failed, do not show success + If all three attempts failed, do not go on sending more patches * TortoiseGitBlame Fixed issue #448: Disable personalized menu behaviour diff --git a/src/TortoiseProc/SVNProgressDlg.cpp b/src/TortoiseProc/SVNProgressDlg.cpp index c1a091498..019d9cbea 100644 --- a/src/TortoiseProc/SVNProgressDlg.cpp +++ b/src/TortoiseProc/SVNProgressDlg.cpp @@ -2767,7 +2767,7 @@ bool CGitProgressDlg::CmdSendMail(CString& sWindowTitle, bool& /*localoperation* } else { - for(int i=0;i