From 2d1491b37f951f746b1c38b80abc77b8fb98371d Mon Sep 17 00:00:00 2001 From: Sup Yut Sum Date: Sat, 26 Jan 2013 19:39:49 +0800 Subject: [PATCH] Uncheck checkbox on refreshing Delete Remote Tag Dialog Signed-off-by: Sup Yut Sum --- src/TortoiseProc/DeleteRemoteTagDlg.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/TortoiseProc/DeleteRemoteTagDlg.cpp b/src/TortoiseProc/DeleteRemoteTagDlg.cpp index 37294ec6a..2ffac0ec8 100644 --- a/src/TortoiseProc/DeleteRemoteTagDlg.cpp +++ b/src/TortoiseProc/DeleteRemoteTagDlg.cpp @@ -79,6 +79,7 @@ BOOL CDeleteRemoteTagDlg::OnInitDialog() void CDeleteRemoteTagDlg::Refresh() { m_ctrlTags.DeleteAllItems(); + m_SelectAll.SetCheck(BST_UNCHECKED); m_taglist.clear(); g_Git.GetRemoteTags(m_sRemote, m_taglist); -- 2.11.4.GIT