Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
c3bab519
Commit
c3bab519
authored
May 21, 2010
by
Friedemann Kleint
Browse files
VCS[CVS]: Fix crash when describing a change.
parent
8497bb3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cvs/cvsplugin.cpp
View file @
c3bab519
...
...
@@ -956,7 +956,7 @@ bool CVSPlugin::describe(const QString &repositoryPath,
const
QString
title
=
QString
::
fromLatin1
(
"cvs describe %1"
).
arg
(
commitId
);
Core
::
IEditor
*
newEditor
=
showOutputInEditor
(
title
,
output
,
VCSBase
::
DiffOutput
,
entries
.
front
().
file
,
codec
);
newEditor
->
setProperty
(
"describeChange"
,
commitId
);
setDiffBaseDirectory
(
e
ditor
,
repositoryPath
);
setDiffBaseDirectory
(
newE
ditor
,
repositoryPath
);
}
return
true
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment