Merge lp://staging/~jtatum/quidgets/params-bug into lp://staging/~rick-rickspencer3/quidgets/trunk
Proposed by
James Tatum
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~jtatum/quidgets/params-bug |
Merge into: | lp://staging/~rick-rickspencer3/quidgets/trunk |
Diff against target: |
44 lines (+5/-3) 1 file modified
quickly/widgets/asynch_task_progressbox.py (+5/-3) |
To merge this branch: | bzr merge lp://staging/~jtatum/quidgets/params-bug |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Rick Spencer | Pending | ||
Review via email: mp+19248@code.staging.launchpad.net |
To post a comment you must log in.
Unmerged revisions
- 82. By James Tatum
-
Moving the update_
progress_ function param setting to killablethread where the kill param is set.
Params is optional. If params isn't specified, the code for adding the update_ progress_ function param would throw an exception. This is already handled for the case of params["kill"], so moving the code down there. Hopefully this is the last of the bugs that I added :)