Some small gui work and bug fixes

This commit is contained in:
Jaime Thomas
2008-06-10 03:33:53 +00:00
parent e6aae7748d
commit 1d6bc631f7
9 changed files with 112 additions and 8 deletions

View File

@@ -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;