Git - Bug fix in changeSelectionDialog

disable checkout button too

Change-Id: I325436672091c6f4f824ed263c2643ecf31f93f4
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Petar Perisin
2013-04-09 17:39:23 +02:00
committed by Orgad Shaneh
parent befd041dbd
commit 08eb65fb04

View File

@@ -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)