summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtur Shepilko <artur.shepilko@nomadbyte.com>2018-08-31 15:49:18 -0500
committerArtur Shepilko <artur.shepilko@nomadbyte.com>2018-09-06 15:53:10 +0000
commit4d0a7377c0f749ba0a58bf4b996c8397fb2cb2c1 (patch)
treef2a55e6d9bc7199009e4a84a4af4ae99e256c76a
parentc75bb148e8e0c77458914c543be1cbe00388d552 (diff)
Create a correct editor for 'Log Current File'
- affects legacy versions of the fossil client Change-Id: I72a7eca4199fe3867fb82ff872d2bedecfd85ff3 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
-rw-r--r--plugins/fossil/fossilclient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/fossil/fossilclient.cpp b/plugins/fossil/fossilclient.cpp
index 343fe7f..4b0eb6e 100644
--- a/plugins/fossil/fossilclient.cpp
+++ b/plugins/fossil/fossilclient.cpp
@@ -1048,7 +1048,7 @@ void FossilClient::logCurrentFile(const QString &workingDir, const QStringList &
fossilEditor->setFileLogAnnotateEnabled(enableAnnotationContextMenu);
if (!fossilEditor->editorConfig()) {
- if (VcsBase::VcsBaseEditorConfig *editorConfig = createLogEditor(fossilEditor)) {
+ if (VcsBase::VcsBaseEditorConfig *editorConfig = createLogCurrentFileEditor(fossilEditor)) {
editorConfig->setBaseArguments(extraOptions);
// editor has been just created, createVcsEditor() didn't set a configuration widget yet
connect(editorConfig, &VcsBase::VcsBaseEditorConfig::commandExecutionRequested,