ibar has apps again.
authorCarsten Haitzler <raster@rasterman.com>
Wed, 9 Feb 2005 06:40:23 +0000 (06:40 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Wed, 9 Feb 2005 06:40:23 +0000 (06:40 +0000)
SVN revision: 13251

src/bin/e_main.c

index e732f85..e777341 100644 (file)
@@ -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;