ibar has apps again.

SVN revision: 13251
This commit is contained in:
Carsten Haitzler 2005-02-09 06:40:23 +00:00
parent 111748670f
commit 267a144db1
1 changed files with 3 additions and 2 deletions

View File

@ -454,7 +454,9 @@ _e_main_dirs_init(void)
} }
/* FIXME: THIS is a hack to get people started!!! */ /* FIXME: THIS is a hack to get people started!!! */
/* /* err dont just disable it - replace it with a proper wizard tool */
/* outside e's main source to populate these directories from gnome/kde */
/* app menu data etc. */
snprintf(buf, sizeof(buf), "%s/.e/e/applications/all/eterm.eapp", homedir); snprintf(buf, sizeof(buf), "%s/.e/e/applications/all/eterm.eapp", homedir);
if (!e_file_exists(buf)) if (!e_file_exists(buf))
{ {
@ -466,7 +468,6 @@ _e_main_dirs_init(void)
homedir); homedir);
system(buf); system(buf);
} }
*/
free(homedir); free(homedir);
return 1; return 1;