jpeg pushed a commit to branch master.

http://git.enlightenment.org/games/etypers.git/commit/?id=05ad52486687eb7503621de8ef0cd206ae149cd9

commit 05ad52486687eb7503621de8ef0cd206ae149cd9
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Mon Feb 15 15:21:44 2016 +0900

    elm: fix path to data dir (typo)
    
    this made custom paths unusable (no resources found)
---
 src/bin/etypers.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/etypers.c b/src/bin/etypers.c
index bd27730..02ffba9 100644
--- a/src/bin/etypers.c
+++ b/src/bin/etypers.c
@@ -1046,7 +1046,7 @@ elm_steup(void)
    elm_need_efreet();
    elm_policy_set(ELM_POLICY_QUIT, ELM_POLICY_QUIT_LAST_WINDOW_CLOSED);
    elm_app_compile_bin_dir_set(PACKAGE_BIN_DIR);
-   elm_app_compile_bin_dir_set(PACKAGE_DATA_DIR);
+   elm_app_compile_data_dir_set(PACKAGE_DATA_DIR);
    elm_app_info_set(main, "etypers", "images/etypers.png");
 }
 

-- 


Reply via email to