From 267a144db1007fb6bfa517b3b5ca14cc3d3c314a Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Wed, 9 Feb 2005 06:40:23 +0000 Subject: [PATCH] ibar has apps again. SVN revision: 13251 --- src/bin/e_main.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/bin/e_main.c b/src/bin/e_main.c index e732f853a..e777341a4 100644 --- a/src/bin/e_main.c +++ b/src/bin/e_main.c @@ -454,7 +454,9 @@ _e_main_dirs_init(void) } /* 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); if (!e_file_exists(buf)) { @@ -466,7 +468,6 @@ _e_main_dirs_init(void) homedir); system(buf); } - */ free(homedir); return 1;