Bug 361280 - git 16.04: aborted rendering job doesn't get removed by "clean up" in rendering dialog
Summary: git 16.04: aborted rendering job doesn't get removed by "clean up" in renderi...
Status: RESOLVED FIXED
Alias: None
Product: kdenlive
Classification: Applications
Component: User Interface & Miscellaneous (other bugs)
Version First Reported In: unspecified
Platform: Compiled Sources Linux
: NOR minor
Target Milestone: ---
Assignee: Jean-Baptiste Mardelle
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-01 14:26 UTC by Wegwerf
Modified: 2016-04-01 15:31 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wegwerf 2016-04-01 14:26:32 UTC
When aborting a render job in the rendering dialog, this aborted job cannot be removed using the "Clean Up" button from from the job queue list. However, when starting this rendering job anew without changing the output file, then the aborted job gets properly replaced by the new job.

Reproducible: Always

Steps to Reproduce:
1. Open render dialog.
2. Start render job.
3. Abort render job.
4. Press clean up.

Actual Results:  
Aborted render job doesn't get cleaned up.

Expected Results:  
Aborted render job should be cleaned up.
Comment 1 Jean-Baptiste Mardelle 2016-04-01 14:56:19 UTC
Git commit c51f8c1436b612cd80313232042720cc5faa3556 by Jean-Baptiste Mardelle.
Committed on 01/04/2016 at 14:55.
Pushed by mardelle into branch 'Applications/16.04'.

Fix Render Widget clean up not removing aborted jobs

M  +1    -1    src/dialogs/renderwidget.cpp

http://commits.kde.org/kdenlive/c51f8c1436b612cd80313232042720cc5faa3556
Comment 2 Wegwerf 2016-04-01 15:31:35 UTC
Thank you very much for this quick fix!