Skip to content

Fix adding progress dialog Cancel button (#32, #49)

Hunter Turcin requested to merge huntertur/xfburn:32-cancel into master

Closes #32 (closed)

Closes #49 (closed)

After messing around with it for a bit, I discovered that both issues are symptoms of the same thing: the callback for the Cancel button being clicked being defined with an incorrect number of parameters.

Merge request reports