From 367fdfc09c237630607016efded6ea85a8d25126 Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Sun, 22 Apr 2012 00:51:44 +0200 Subject: [PATCH] Fixed issue #1135: branch name does not get updated in show log Signed-off-by: Sven Strickroth --- src/Changelog.txt | 1 + src/TortoiseProc/LogDlg.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Changelog.txt b/src/Changelog.txt index 237683c5d..4e1e61781 100644 --- a/src/Changelog.txt +++ b/src/Changelog.txt @@ -11,6 +11,7 @@ * Fixed issue #1065: Explorer crashes when rendering a file conflict icon * Fixed issue #1027: When post-receive hook contains more than 1 echo bash command, only the LAST echo is displayed in dialog * Fixed issue #1136: Proxy password with @ symbol not parsed/saved correctly + * Fixed issue #1135: branch name does not get updated in show log = Release 1.7.8.0 = == Features== diff --git a/src/TortoiseProc/LogDlg.cpp b/src/TortoiseProc/LogDlg.cpp index 483e34c51..f25088a99 100644 --- a/src/TortoiseProc/LogDlg.cpp +++ b/src/TortoiseProc/LogDlg.cpp @@ -736,6 +736,7 @@ void CLogDlg::Refresh (bool clearfilter /*autoGoOnline*/) { m_limit = 0; m_LogList.Refresh(clearfilter); + ShowStartRef(); FillLogMessageCtrl(false); } @@ -3140,7 +3141,6 @@ void CLogDlg::OnSize(UINT nType, int cx, int cy) void CLogDlg::OnRefresh() { //if (GetDlgItem(IDC_GETALL)->IsWindowEnabled()) - ShowStartRef(); { m_limit = 0; this->m_LogProgress.SetPos(0); -- 2.11.4.GIT