From 7ce94dba41d3d9ae1dad26febdac5cdd0b28faca Mon Sep 17 00:00:00 2001 From: handyande Date: Thu, 9 Dec 2004 17:45:09 +0000 Subject: [PATCH] Bad raster (hehe) stop overwriting my files... SVN revision: 12422 --- src/bin/e_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_main.c b/src/bin/e_main.c index 8b531aedb..73f49b722 100644 --- a/src/bin/e_main.c +++ b/src/bin/e_main.c @@ -405,7 +405,7 @@ _e_main_dirs_init(void) } /* FIXME: THIS is a hack to get people started!!! */ - snprintf(buf, sizeof(buf), "%s/.e/e/applications/all/eterm.eet", homedir); + snprintf(buf, sizeof(buf), "%s/.e/e/applications/all/eterm.eapp", homedir); if (!e_file_exists(buf)) { printf("GETTING YOU STARTED!\n");