From be097916dce5a58e7e2314deed3f690475f53e8e Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Fri, 27 Nov 2009 21:05:21 +0000 Subject: [PATCH] Make home display "appshadow" directory again. SVN revision: 44033 --- src/modules/illume-home/e_mod_main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/illume-home/e_mod_main.c b/src/modules/illume-home/e_mod_main.c index 5e1c6e3f2..fb92f006a 100644 --- a/src/modules/illume-home/e_mod_main.c +++ b/src/modules/illume-home/e_mod_main.c @@ -325,7 +325,8 @@ _il_home_win_new(Instance *inst) hwin->o_fm = e_fm2_add(e_win_evas_get(hwin->win)); _il_home_fmc_set(hwin->o_fm); evas_object_show(hwin->o_fm); - e_fm2_path_set(hwin->o_fm, "/", getenv("HOME")); + e_user_dir_concat_static(buff, "appshadow"); + e_fm2_path_set(hwin->o_fm, NULL, buff); e_scrollframe_extern_pan_set(hwin->o_sf, hwin->o_fm, _il_home_pan_set,