diff options
Diffstat (limited to '')
-rw-r--r-- | src/extantz/extantz.c | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/src/extantz/extantz.c b/src/extantz/extantz.c index 7a21aee..ed78b24 100644 --- a/src/extantz/extantz.c +++ b/src/extantz/extantz.c | |||
@@ -15,19 +15,6 @@ globals ourGlobals; | |||
15 | //static char *myKey = "12345678-1234-4321-abcd-0123456789ab"; | 15 | //static char *myKey = "12345678-1234-4321-abcd-0123456789ab"; |
16 | //static char *myName = "onefang rejected"; | 16 | //static char *myName = "onefang rejected"; |
17 | 17 | ||
18 | static const char *dirs[] = | ||
19 | { | ||
20 | ".cache", | ||
21 | ".cache/compiled", | ||
22 | ".cache/converted", | ||
23 | ".cache/sha1", | ||
24 | ".cache/types", | ||
25 | ".cache/unpacked", | ||
26 | ".download", | ||
27 | "inventory", | ||
28 | NULL | ||
29 | }; | ||
30 | |||
31 | 18 | ||
32 | #if USE_LOVE | 19 | #if USE_LOVE |
33 | static Eina_Bool _add(void *data, int type, Ecore_Con_Event_Server_Add *ev) | 20 | static Eina_Bool _add(void *data, int type, Ecore_Con_Event_Server_Add *ev) |
@@ -602,8 +589,8 @@ EAPI_MAIN int elm_main(int argc, char **argv) | |||
602 | // Eina_Bool gotWebKit = elm_need_web(); // Initialise ewebkit if it exists, or return EINA_FALSE if it don't. | 589 | // Eina_Bool gotWebKit = elm_need_web(); // Initialise ewebkit if it exists, or return EINA_FALSE if it don't. |
603 | 590 | ||
604 | logDom = HamrTime(argv[0], elm_main, logDom); | 591 | logDom = HamrTime(argv[0], elm_main, logDom); |
605 | |||
606 | // Create our home directories, if not already created. | 592 | // Create our home directories, if not already created. |
593 | // This should be in HamrTime, bit I had a HardTime getting LumbrJack to link to ecore-file. | ||
607 | sprintf(temp, "%s/.SledjHamr", eina_environment_home_get()); | 594 | sprintf(temp, "%s/.SledjHamr", eina_environment_home_get()); |
608 | ecore_file_mksubdirs(temp, dirs); | 595 | ecore_file_mksubdirs(temp, dirs); |
609 | 596 | ||