projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1117486
)
ibar has apps again.
author
Carsten Haitzler
<raster@rasterman.com>
Wed, 9 Feb 2005 06:40:23 +0000
(06:40 +0000)
committer
Carsten Haitzler
<raster@rasterman.com>
Wed, 9 Feb 2005 06:40:23 +0000
(06:40 +0000)
SVN revision: 13251
src/bin/e_main.c
patch
|
blob
|
history
diff --git
a/src/bin/e_main.c
b/src/bin/e_main.c
index
e732f85
..
e777341
100644
(file)
--- 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;