Git: Enable commit selection in Push to Gerrit dialog

Change-Id: Ie0ca8322858ac75d4bacf8b3efe66fa40577e3a2
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
Orgad Shaneh
2013-05-06 19:37:16 +03:00
committed by Orgad Shaneh
parent cd2722b1a0
commit 566d3d9d9b
5 changed files with 64 additions and 44 deletions

View File

@@ -132,6 +132,7 @@ bool LogChangeWidget::populateLog(const QString &repository, const QString &comm
m_model->appendRow(row);
}
}
setCurrentIndex(m_model->index(0, 0));
return true;
}