Enlightenment CVS committal

Author  : onefang
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_apps.c 


Log Message:
Fix a typo I thought I had already fixed.  Some more clean up.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_apps.c,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -3 -r1.180 -r1.181
--- e_apps.c    10 Sep 2006 10:34:17 -0000      1.180
+++ e_apps.c    11 Sep 2006 21:37:18 -0000      1.181
@@ -1237,7 +1237,7 @@
           if (desktop->comment)  a->comment = 
evas_stringshare_add(desktop->comment);
 
           if (desktop->exec)  a->exe = evas_stringshare_add(desktop->exec);
-          if (desktop->exec_params)  a->exe = 
evas_stringshare_add(desktop->exec_params);
+          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_class)  a->win_class = 
evas_stringshare_add(desktop->window_class);
@@ -1301,7 +1301,6 @@
         }
       eet_close(ef);
    }
-
 }
 
 static char *
@@ -1520,6 +1519,7 @@
    if (a->win_class) evas_stringshare_del(a->win_class);
    if (a->win_title) evas_stringshare_del(a->win_title);
    if (a->win_role) evas_stringshare_del(a->win_role);
+   a->desktop = NULL;
    a->name = NULL;
    a->generic = NULL;
    a->comment = NULL;
@@ -2276,6 +2276,7 @@
      }
 
    dst->orig = src;
+   dst->desktop = src->desktop;
 
    dst->name = src->name;
    dst->generic = src->generic;



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