Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_actions.c 


Log Message:
E_App -> Efreet_Desktop

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_actions.c,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -3 -r1.94 -r1.95
--- e_actions.c 24 Mar 2007 18:18:41 -0000      1.94
+++ e_actions.c 25 Mar 2007 13:46:57 -0000      1.95
@@ -1406,7 +1406,7 @@
      {
        if (params)
          {
-            E_App *a = NULL;
+            Efreet_Desktop *desktop = NULL;
             char *p, *p2;
             
             p2 = alloca(strlen(params) + 1);
@@ -1416,15 +1416,15 @@
               {
                  *p = 0;
                  if (!strcmp(p2, "file:"))
-                   a = e_app_file_find(p + 1);
+                   desktop = efreet_util_desktop_file_id_find(p + 1);
                  else if (!strcmp(p2, "name:"))
-                   a = e_app_name_find(p + 1);
+                   desktop = efreet_util_desktop_name_find(p + 1);
                  else if (!strcmp(p2, "generic:"))
-                   a = e_app_generic_find(p + 1);
+                   desktop = efreet_util_desktop_generic_name_find(p + 1);
                  else if (!strcmp(p2, "exe:"))
-                   a = e_app_exe_find(p + 1);
-                 if (a)
-                   e_app_exec(zone, a, NULL, NULL, "action/app");
+                   desktop = efreet_util_desktop_exec_find(p + 1);
+                 if (desktop)
+                   e_exec(zone, desktop, NULL, NULL, "action/app");
               }
          }
      }



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to