Some small gui work and bug fixes
This commit is contained in:
@@ -40,6 +40,7 @@ ecdb_burn_project_init(Ecdb_Burn_Project *proj)
|
||||
return FALSE;
|
||||
|
||||
/* Create some sane defaults */
|
||||
ecdb_project_type_set(ECDB_PROJECT(proj), ECDB_BURN_PROJECT);
|
||||
proj->burn_mode = BURN_MODE1;
|
||||
proj->fifo_chunksize = 2048;
|
||||
proj->fifo_chunks = 2048;
|
||||
@@ -75,6 +76,7 @@ ecdb_erase_project_init(Ecdb_Erase_Project *proj)
|
||||
return FALSE;
|
||||
|
||||
/* Proper defaults */
|
||||
ecdb_project_type_set(ECDB_PROJECT(proj), ECDB_ERASE_PROJECT);
|
||||
proj->quick = TRUE;
|
||||
proj->format = FALSE;
|
||||
|
||||
|
Reference in New Issue
Block a user