Enlightenment CVS committal

Author  : onefang
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_apps.c e_int_config_apps.c 


Log Message:
Remove already done FIXME's.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_apps.c,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -3 -r1.169 -r1.170
--- e_apps.c    3 Sep 2006 17:23:43 -0000       1.169
+++ e_apps.c    4 Sep 2006 11:50:23 -0000       1.170
@@ -588,7 +588,6 @@
        
        file = l->data;
        if (!_e_app_is_eapp(file)) continue;
-// FIXME: onefang, check this for full path compliance.
         snprintf(buf, sizeof(buf), "%s/%s", _e_apps_path_all,
                 ecore_file_get_file(file));
        if (!ecore_file_download(file, buf, NULL, NULL, NULL)) continue;
@@ -648,7 +647,6 @@
    if (!strncmp(add->path, _e_apps_path_trash, strlen(_e_apps_path_trash)))
      {
        /* Move to all */
-// FIXME: onefang, check this for full path compliance.
        snprintf(buf, sizeof(buf), "%s/%s", _e_apps_path_all, 
ecore_file_get_file(add->path));
        if (ecore_file_exists(buf))
          snprintf(buf, sizeof(buf), "%s/%s", before->parent->path, 
ecore_file_get_file(add->path));
@@ -675,7 +673,6 @@
    if (!strncmp(add->path, _e_apps_path_trash, strlen(_e_apps_path_trash)))
      {
        /* Move to all */
-// FIXME: onefang, check this for full path compliance.
        snprintf(buf, sizeof(buf), "%s/%s", _e_apps_path_all, 
ecore_file_get_file(add->path));
        if (ecore_file_exists(buf))
          snprintf(buf, sizeof(buf), "%s/%s", parent->path, 
ecore_file_get_file(add->path));
@@ -787,7 +784,6 @@
 
    a->parent->subapps = evas_list_remove(a->parent->subapps, a);
    /* Check if this app is in a repository or in the parents dir */
-// FIXME: onefang, check this for full path compliance.
    snprintf(buf, sizeof(buf), "%s/%s", a->parent->path, 
ecore_file_get_file(a->path));
    if (ecore_file_exists(buf))
      {
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_apps.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- e_int_config_apps.c 3 Sep 2006 15:11:04 -0000       1.18
+++ e_int_config_apps.c 4 Sep 2006 11:50:23 -0000       1.19
@@ -7,9 +7,6 @@
 #define MOD_ENABLED 1
 
 /* TODO:
- * FDO menu generation puts symlinks to .desktops in /all/,
- *   if we edit one of those, replace symlink with resulting .desktop, 
- *   include original path in new .desktop.
  * Filtering/sorting of left side to make managing thousands of apps easy.
  *
  * These things require support from e_fm -



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to