Enlightenment CVS committal

Author  : handyande
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_apps.c e_int_menus.c 


Log Message:
more .eapp->.eap
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_apps.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -3 -r1.51 -r1.52
--- e_apps.c    24 Jun 2005 02:29:27 -0000      1.51
+++ e_apps.c    27 Jun 2005 14:24:20 -0000      1.52
@@ -5,7 +5,7 @@
 
 /* TODO List:
  * 
- * - We assume only .eapp files in 'all', no subdirs
+ * - We assume only .eap files in 'all', no subdirs
  * - If a .order file references a non-existing file, and the file
  *   is added in 'all', it doesn't show!
  * - track app execution state, visibility state etc. and call callbacks
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_int_menus.c,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -3 -r1.70 -r1.71
--- e_int_menus.c       25 Jun 2005 06:54:22 -0000      1.70
+++ e_int_menus.c       27 Jun 2005 14:24:20 -0000      1.71
@@ -354,7 +354,7 @@
               {
                  char buf[4096];
                  
-                 snprintf(buf, sizeof(buf), "%s/.directory.eapp", a->path);
+                 snprintf(buf, sizeof(buf), "%s/.directory.eap", a->path);
                  e_menu_item_icon_edje_set(mi, buf, "icon");
                  e_menu_item_submenu_set(mi, e_int_menus_apps_new(a->path));
                  app_count++;




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to