From 87c1ebf50199a20b51063f012c34e8bdd2383eaa Mon Sep 17 00:00:00 2001 From: Sup Yut Sum Date: Fri, 23 May 2014 08:02:48 +0800 Subject: [PATCH] Fixed issue #2199: Fetch dialog does not delete remote in remote list after managing remotes Signed-off-by: Sup Yut Sum --- src/Changelog.txt | 1 + src/TortoiseProc/PullFetchDlg.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Changelog.txt b/src/Changelog.txt index c154a265d..d585fbb47 100644 --- a/src/Changelog.txt +++ b/src/Changelog.txt @@ -22,6 +22,7 @@ Released: Unreleased * Fixed issue #2192: Shell context menu not detecting submodule if submodule name differs from submodule path * Fixed issue #2187: Misshowed branch on many dialogs in the new version * Fixed issue #2191: Skip-worktree or assume-valid flagged files are not always listed if subfolder is selected + * Fixed issue #2199: Fetch dialog does not delete remote in remote list after managing remotes = Release 1.8.8.0 = Released: 2014-04-01 diff --git a/src/TortoiseProc/PullFetchDlg.cpp b/src/TortoiseProc/PullFetchDlg.cpp index 278995236..1397bda81 100644 --- a/src/TortoiseProc/PullFetchDlg.cpp +++ b/src/TortoiseProc/PullFetchDlg.cpp @@ -223,6 +223,7 @@ void CPullFetchDlg::Refresh() pullRemote = m_PreSelectRemote; STRING_VECTOR list; + m_Remote.Reset(); int sel=0; if (!m_IsPull) list.push_back(_T("- all -")); -- 2.11.4.GIT