Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
b9ccc837
Commit
b9ccc837
authored
Jan 20, 2017
by
Jean-Baptiste Mardelle
Browse files
Fix typo breaking playlist clip expand
parent
901c3ecf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/timeline/customtrackview.cpp
View file @
b9ccc837
...
...
@@ -6373,7 +6373,7 @@ void CustomTrackView::expandActiveClip()
}
ClipItem *clip = static_cast < ClipItem *>(item);
const QString url = clip->binClip()->url();
if (clip->clipType() != Playlist ||
!
url.isEmpty()) {
if (clip->clipType() != Playlist || url.isEmpty()) {
emit displayMessage(i18n("You must select a playlist clip for this action"), ErrorMessage);
return;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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