edje: use eina_environment_tmp_get() instead of the TMPDIR env variable

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Vincent Torri 2015-09-29 06:46:11 +02:00 committed by Cedric BAIL
parent 1885086413
commit 0d4942f4e5
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ main(int argc, char **argv)
progname = ecore_file_file_get(argv[0]);
eina_log_print_cb_set(_edje_cc_log_cb, NULL);
tmp_dir = getenv("TMPDIR");
tmp_dir = (char *)eina_environment_tmp_get();
img_dirs = eina_list_append(img_dirs, ".");