summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetar Perisin <petar.perisin@gmail.com>2013-04-09 17:39:23 +0200
committerOrgad Shaneh <orgads@gmail.com>2013-04-09 20:02:18 +0200
commit08eb65fb04ba27f06f70ce9c72266ed9bda8d494 (patch)
tree34448a7cdd0c7da35c6c97a1501801b5070a26e8
parentbefd041dbd7e2081e7071498b794620e27e35252 (diff)
downloadqt-creator-08eb65fb04ba27f06f70ce9c72266ed9bda8d494.tar.gz
Git - Bug fix in changeSelectionDialog
disable checkout button too Change-Id: I325436672091c6f4f824ed263c2643ecf31f93f4 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
-rw-r--r--src/plugins/git/changeselectiondialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/git/changeselectiondialog.cpp b/src/plugins/git/changeselectiondialog.cpp
index e344096772..d6da012a98 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)