Now really uses the selected ISO creator
Fixed a bug when retrieving the configuration data for the burner and the ISO creator
This commit is contained in:
parent
57a6e764a4
commit
ea028d50c3
2 changed files with 15 additions and 5 deletions
|
|
@ -453,7 +453,9 @@ class devede_project:
|
|||
for element in final_dependencies:
|
||||
dvdauthor.add_dependency(element)
|
||||
run_window.add_process(dvdauthor)
|
||||
isocreator = devede.mkisofs.mkisofs()
|
||||
|
||||
cv = devede.converter.converter.get_converter()
|
||||
isocreator = cv.get_mkiso()()
|
||||
isocreator.create_iso(data.path, data.name)
|
||||
isocreator.add_dependency(dvdauthor)
|
||||
run_window.add_process(isocreator)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue