Enlightenment CVS committal

Author  : onefang
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_apps.c 


Log Message:
Add the rest of the info from .eaps.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_apps.c,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -3 -r1.181 -r1.182
--- e_apps.c    11 Sep 2006 21:37:18 -0000      1.181
+++ e_apps.c    13 Sep 2006 13:51:39 -0000      1.182
@@ -1240,8 +1240,12 @@
           if (desktop->exec_params)  a->exe_params = 
evas_stringshare_add(desktop->exec_params);
           if (desktop->icon_class)  a->icon_class = 
evas_stringshare_add(desktop->icon_class);
           if (desktop->icon_path)  a->icon_path = 
evas_stringshare_add(desktop->icon_path);
+          if (desktop->window_name)  a->win_name = 
evas_stringshare_add(desktop->window_name);
           if (desktop->window_class)  a->win_class = 
evas_stringshare_add(desktop->window_class);
+          if (desktop->window_title)  a->win_title = 
evas_stringshare_add(desktop->window_title);
+          if (desktop->window_role)  a->win_role = 
evas_stringshare_add(desktop->window_role);
            a->startup_notify = desktop->startup;
+           a->wait_exit = desktop->wait_exit;
 
 //        if (desktop->type)  a->type = evas_stringshare_add(desktop->type);
 //        if (desktop->categories)  a->categories = 
evas_stringshare_add(desktop->categories);
@@ -1368,8 +1372,12 @@
               desktop->exec_params = (char *) a->exe_params;
               desktop->icon_class = (char *) a->icon_class;
                desktop->icon_path = (char *) a->icon_path;
+              desktop->window_name = (char *) a->win_name;
               desktop->window_class = (char *) a->win_class;
+              desktop->window_title = (char *) a->win_title;
+              desktop->window_role = (char *) a->win_role;
               desktop->startup = a->startup_notify;
+              desktop->wait_exit = a->wait_exit;
 
                desktop->type = "Application";
 //               desktop.categories = a->categories;



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