Work on a config dialog.
This commit is contained in:
@@ -4,25 +4,32 @@
|
||||
int
|
||||
ecdb_shutdown(void *data, int type, void *event)
|
||||
{
|
||||
FREE(em->theme_path);
|
||||
FREE(em->engine);
|
||||
|
||||
if (em->drives)
|
||||
{
|
||||
ecdb_drive_info_list_free(em->drives);
|
||||
}
|
||||
|
||||
if (em->evas_dnd_candidates)
|
||||
{
|
||||
eina_list_free(em->evas_dnd_candidates);
|
||||
}
|
||||
|
||||
if (em->ewl_dnd_candidates)
|
||||
{
|
||||
eina_list_free(em->ewl_dnd_candidates);
|
||||
}
|
||||
|
||||
FREE(em);
|
||||
|
||||
if (!ecore_file_recursive_rm("/tmp/ecdb"))
|
||||
{
|
||||
printf("Removal of temporary directory failed!\n");
|
||||
}
|
||||
ewl_main_quit();
|
||||
|
||||
ecore_main_loop_quit();
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user