From 405c3e196627ccaa1f12b45ce82c88224f1be46b Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Tue, 28 May 2013 16:08:28 +0200 Subject: [PATCH] Fixed issue #1798: "Paste Recent commits" during Please wait in Commit dialog does not work Signed-off-by: Sven Strickroth --- src/Changelog.txt | 1 + src/TortoiseProc/CommitDlg.cpp | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Changelog.txt b/src/Changelog.txt index 2962e4078..99d04eafd 100644 --- a/src/Changelog.txt +++ b/src/Changelog.txt @@ -17,6 +17,7 @@ Released: Unreleased * Fixed issue #1726: Rebasing issues with empty commits * Fixed issue #1782: Do not reset changed lines/files statistics after toggling "Authors case sensitive" checkbox * Fixed issue #1783: TortoiseGit does not work on WinXP/2003 x64 + * Fixed issue #1798: "Paste Recent commits" during Please wait in Commit dialog does not work = Release 1.8.3.0 = Released: 2013-05-05 diff --git a/src/TortoiseProc/CommitDlg.cpp b/src/TortoiseProc/CommitDlg.cpp index 784a054df..f60451abc 100644 --- a/src/TortoiseProc/CommitDlg.cpp +++ b/src/TortoiseProc/CommitDlg.cpp @@ -1767,9 +1767,6 @@ void CCommitDlg::InsertMenuItems(CMenu& mPopup, int& nCmd) bool CCommitDlg::HandleMenuItemClick(int cmd, CSciEdit * pSciEdit) { - - if (m_bBlock) - return false; if (cmd == m_nPopupPasteListCmd) { CString logmsg; -- 2.11.4.GIT