Enlightenment CVS committal

Author  : onefang
Project : misc
Module  : engage

Dir     : misc/engage/src


Modified Files:
        e_apps.c 


Log Message:
Oops, sorry HandyAndE.  I broke this and didn't notice.  All fixed now.

===================================================================
RCS file: /cvs/e/misc/engage/src/e_apps.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- e_apps.c    3 Sep 2006 21:53:01 -0000       1.9
+++ e_apps.c    4 Sep 2006 20:48:32 -0000       1.10
@@ -1167,8 +1167,7 @@
           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);
-          if (desktop->startup)
-              a->startup_notify = *(desktop->startup);
+           a->startup_notify = desktop->startup;
 
 //        if (desktop->type)  a->type = evas_stringshare_add(desktop->type);
 //        if (desktop->categories)  a->categories = 
evas_stringshare_add(desktop->categories);
@@ -1296,10 +1295,7 @@
               desktop->icon_class = (char *) a->icon_class;
                desktop->icon_path = (char *) a->icon_path;
               desktop->window_class = (char *) a->win_class;
-              if (a->startup_notify)
-                 desktop->startup = "1";
-              else
-                 desktop->startup = "0";
+              desktop->startup = a->startup_notify;
 
                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