Nice little filelist

This commit is contained in:
Jaime Thomas
2008-08-06 02:21:20 +00:00
parent d9be9185bc
commit 9833e39485
6 changed files with 57 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ ecdb_shutdown(void *data, int type, void *event)
if (!ecore_file_recursive_rm("/tmp/ecdb"))
printf("Removal of temporary directory failed!\n");
ecore_main_loop_quit();
ewl_main_quit();
return FALSE;
}