aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr
diff options
context:
space:
mode:
Diffstat (limited to 'ClientHamr')
-rw-r--r--ClientHamr/extantz/extantz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ClientHamr/extantz/extantz.c b/ClientHamr/extantz/extantz.c
index d256478..cce135b 100644
--- a/ClientHamr/extantz/extantz.c
+++ b/ClientHamr/extantz/extantz.c
@@ -1397,7 +1397,7 @@ EAPI_MAIN int elm_main(int argc, char **argv)
1397// Eina_Bool gotWebKit = elm_need_web(); // Initialise ewebkit if it exists, or return EINA_FALSE if it don't. 1397// Eina_Bool gotWebKit = elm_need_web(); // Initialise ewebkit if it exists, or return EINA_FALSE if it don't.
1398 1398
1399 _log_domain = eina_log_domain_register("extantz", NULL); 1399 _log_domain = eina_log_domain_register("extantz", NULL);
1400 // Don't do this, we need to clean up other stuff do, so set a cleat up function below. 1400 // Don't do this, we need to clean up other stuff to, so set a clean up function below.
1401 //elm_policy_set(ELM_POLICY_QUIT, ELM_POLICY_QUIT_LAST_WINDOW_CLOSED); 1401 //elm_policy_set(ELM_POLICY_QUIT, ELM_POLICY_QUIT_LAST_WINDOW_CLOSED);
1402 1402
1403 // If you want efl to handle finding your bin/lib/data dirs, you must do this below. 1403 // If you want efl to handle finding your bin/lib/data dirs, you must do this below.