fix 2 icons to be nicer

SVN revision: 12342
This commit is contained in:
Carsten Haitzler 2004-12-03 08:56:35 +00:00
parent f481fec55c
commit ca7b620840
3 changed files with 8 additions and 5 deletions

View File

@ -397,11 +397,14 @@ _e_main_dirs_init(void)
/* FIXME: THIS is a hack to get people started!!! */ /* 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.eet", homedir);
if (!e_file_exists(buf)) if (!e_file_exists(buf))
snprintf(buf, sizeof(buf), {
"gzip -d -c < %s/data/other/applications.tar.gz |" printf("GETTING YOU STARTED!\n");
"(cd %s/.e/e/ ; tar -xf -)", snprintf(buf, sizeof(buf),
PACKAGE_DATA_DIR, "gzip -d -c < %s/data/other/applications.tar.gz | "
homedir); "(cd %s/.e/e/ ; tar -xf -)",
PACKAGE_DATA_DIR,
homedir);
}
free(homedir); free(homedir);
return 1; return 1;

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 645 B