Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_fwin.c 


Log Message:


and exec things more nicely

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_fwin.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- e_fwin.c    29 Oct 2006 10:29:45 -0000      1.19
+++ e_fwin.c    29 Oct 2006 10:51:12 -0000      1.20
@@ -526,13 +526,18 @@
                      (!strcmp(ici->mime, "text/x-sh"))
                      )
               {
-                 return E_FWIN_EXEC_SH;
+                 return E_FWIN_EXEC_TERMINAL_SH;
               }
          }
        else if ((e_util_glob_match(ici->file, "*.desktop")) ||
-                (e_util_glob_match(ici->file, "*.kdelink")))
+                (e_util_glob_match(ici->file, "*.kdelink"))
+                )
          {
             return E_FWIN_EXEC_DESKTOP;
+         }
+       else if (e_util_glob_match(ici->file, "*.run"))
+         {
+            return E_FWIN_EXEC_TERMINAL_SH;
          }
      }
    return E_FWIN_EXEC_NONE;



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