Some small gui work and bug fixes
This commit is contained in:
@ -20,7 +20,6 @@ ecdb_project_new(void)
|
||||
int
|
||||
ecdb_project_init(Ecdb_Project *proj)
|
||||
{
|
||||
ecore_list_append(em->projects, proj);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
@ -30,11 +29,15 @@ ecdb_project_destroy(Ecdb_Project *proj)
|
||||
free(proj);
|
||||
}
|
||||
|
||||
void
|
||||
ecdb_project_type_set(Ecdb_Project *proj, unsigned int t)
|
||||
{
|
||||
proj->type = t;
|
||||
}
|
||||
|
||||
int
|
||||
ecdb_shutdown(void *data, int type, void *event)
|
||||
{
|
||||
if (em->projects)
|
||||
ecore_list_destroy(em->projects);
|
||||
if (em->drives)
|
||||
ecore_list_destroy(em->drives);
|
||||
free(em);
|
||||
|
Reference in New Issue
Block a user