Enlightenment CVS committal

Author  : handyande
Project : misc
Module  : engage

Dir     : misc/engage/src/module


Modified Files:
        e_mod_main.c 


Log Message:
more eapp->eap
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/src/module/e_mod_main.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -3 -r1.58 -r1.59
--- e_mod_main.c        24 Jun 2005 08:46:33 -0000      1.58
+++ e_mod_main.c        27 Jun 2005 14:42:28 -0000      1.59
@@ -218,9 +218,9 @@
    e = E_NEW(Engage, 1);
    if (!e) return NULL;
    
-   _engage_unmatched_app = e_app_new(PACKAGE_DATA_DIR "/icons/xapp.eapp", 0);
+   _engage_unmatched_app = e_app_new(PACKAGE_DATA_DIR "/icons/xapp.eap", 0);
    if (!_engage_unmatched_app)
-     printf("ERROR: Engage could not locate default icon xapp.eapp - please 
make install\n");
+     printf("ERROR: Engage could not locate default icon xapp.eap - please 
make install\n");
 
    conf_bar_edd = E_CONFIG_DD_NEW("Engage_Config_Bar", Config_Bar);
 #undef T
@@ -1120,7 +1120,7 @@
    for (i = 0; i < files->num_files; i++)
      {
        char *name, *path, *ext;
-       ext = strstr(files->files[i], ".eapp");
+       ext = strstr(files->files[i], ".eap");
        if (!ext)
          continue;
        path = ecore_file_get_dir(files->files[i]);




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