diff --git a/src/plugins/git/changeselectiondialog.cpp b/src/plugins/git/changeselectiondialog.cpp
index e344096772af32c26a127d62a95cf99389dc1e59..d6da012a98c9dfa33d938d7be695ac0cfcfff652 100644
--- a/src/plugins/git/changeselectiondialog.cpp
+++ b/src/plugins/git/changeselectiondialog.cpp
@@ -157,6 +157,7 @@ void ChangeSelectionDialog::enableButtons(bool b)
     m_showButton->setEnabled(b);
     m_cherryPickButton->setEnabled(b);
     m_revertButton->setEnabled(b);
+    m_checkoutButton->setEnabled(b);
 }
 
 void ChangeSelectionDialog::recalculateDetails(const QString &ref)