Enlightenment CVS committal

Author  : onefang
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_modules.c e_int_menus.c e_module.c 


Log Message:
Removed some more obsolete .eap code.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_modules.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -3 -r1.43 -r1.44
--- e_int_config_modules.c      8 Oct 2006 08:04:17 -0000       1.43
+++ e_int_config_modules.c      12 Oct 2006 14:27:52 -0000      1.44
@@ -514,8 +514,6 @@
                  if (m->enabled) cm->state = MOD_ENABLED;
               }
             snprintf(buf, sizeof(buf), "%s/module.desktop", cm->path);
-            if (!ecore_file_exists(buf))
-               snprintf(buf, sizeof(buf), "%s/module.eap", cm->path);
             
             a = e_app_new(buf, 1);
             if (a)
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_menus.c,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -3 -r1.171 -r1.172
--- e_int_menus.c       11 Oct 2006 23:53:39 -0000      1.171
+++ e_int_menus.c       12 Oct 2006 14:27:52 -0000      1.172
@@ -487,7 +487,7 @@
                       char buf[4096];
                       
                        /* FIXME: .directory.eaps are obsolete, but have yet to 
be replaced by FDO stuff. */
-                      snprintf(buf, sizeof(buf), "%s/.directory.eap", a->path);
+                      snprintf(buf, sizeof(buf), "%s/.directory.desktop", 
a->path);
                       if (!((a->icon_class) && 
                             (e_util_menu_item_edje_icon_list_set(mi, 
a->icon_class))))
                          /*e_menu_item_icon_edje_set(mi, buf, "icon")*/;
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_module.c,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -3 -r1.69 -r1.70
--- e_module.c  2 Sep 2006 12:52:20 -0000       1.69
+++ e_module.c  12 Oct 2006 14:27:52 -0000      1.70
@@ -396,11 +396,6 @@
                 {
                    _e_module_dialog_icon_set(dia, eap);
                 }
-             else
-                {
-                   snprintf(eap, sizeof(eap), "%s/module.eap", 
e_module_dir_get(m));
-                   _e_module_dialog_icon_set(dia, eap);
-                }
           }
      }
    else



-------------------------------------------------------------------------
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