forked from qt-creator/qt-creator
Adapt to upstream change
Change-Id: I382253de65d1accf9693348f361924eb58d0bed0 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -714,8 +714,7 @@ void FossilPluginPrivate::showCommitWidget(const QList<VcsBase::VcsBaseClient::S
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
Core::IEditor *editor = Core::EditorManager::openEditor(saver.filePath().toString(),
|
Core::IEditor *editor = Core::EditorManager::openEditor(saver.filePath(), Constants::COMMIT_ID);
|
||||||
Constants::COMMIT_ID);
|
|
||||||
if (!editor) {
|
if (!editor) {
|
||||||
VcsBase::VcsOutputWindow::appendError(tr("Unable to create an editor for the commit."));
|
VcsBase::VcsOutputWindow::appendError(tr("Unable to create an editor for the commit."));
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user