aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-20 10:24:45 +1000
committerDavid Walter Seikel2014-04-20 10:24:45 +1000
commit04d6b8d883a0264353d02d44a8a81c99b93fadd3 (patch)
tree7564a1aa5d9d738bf1c5450a6d9b758660851c5c /ClientHamr
parentClean up a bunch of warnings in extantz. (diff)
downloadSledjHamr-04d6b8d883a0264353d02d44a8a81c99b93fadd3.zip
SledjHamr-04d6b8d883a0264353d02d44a8a81c99b93fadd3.tar.gz
SledjHamr-04d6b8d883a0264353d02d44a8a81c99b93fadd3.tar.bz2
SledjHamr-04d6b8d883a0264353d02d44a8a81c99b93fadd3.tar.xz
Typo--
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.