From 1e28c04c827aebb0e5453de5a83efab945f72622 Mon Sep 17 00:00:00 2001 From: Frank Li Date: Fri, 27 Feb 2009 09:40:20 +0800 Subject: [PATCH] Fix rebasedlg can't start Signed-off-by: Frank Li --- src/Resources/TortoiseProcENG.rc | Bin 406000 -> 406000 bytes src/TortoiseProc/RebaseDlg.cpp | 1 + 2 files changed, 1 insertion(+) diff --git a/src/Resources/TortoiseProcENG.rc b/src/Resources/TortoiseProcENG.rc index 7088bc53df14e93185a4ae4e97a494c935af9ab5..3c4b9fcb4fef7c1e5deb700e35cba3ff39b946e8 100644 GIT binary patch delta 45 wcmezHSmMKDi47?!ticRn41UuSUot8-ccrvnsPGWLG3|n(oN_$rdBM>tIF*6XeZ0|~8O*;z!EgThD diff --git a/src/TortoiseProc/RebaseDlg.cpp b/src/TortoiseProc/RebaseDlg.cpp index aaf008a..2839f2e 100644 --- a/src/TortoiseProc/RebaseDlg.cpp +++ b/src/TortoiseProc/RebaseDlg.cpp @@ -1019,6 +1019,7 @@ int CRebaseDlg::RebaseThread() break; } m_RebaseStage = REBASE_CONTINUE; + continue; }else if( m_RebaseStage == REBASE_CONTINUE ) { -- 2.11.0