Enlightenment CVS committal

Author  : onefang
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_fdo_menu_to_order.c 


Log Message:
Don't include any apps that are specifically for other window managers, but
do include any that are specifically for us.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_fdo_menu_to_order.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- e_fdo_menu_to_order.c       20 Oct 2006 22:32:30 -0000      1.19
+++ e_fdo_menu_to_order.c       5 Nov 2006 12:02:52 -0000       1.20
@@ -226,7 +226,10 @@
          desktop = ecore_desktop_get(path, NULL);
          /* Check if we process */
          if (!desktop) return;
-         if ( (!desktop->hidden) && (!desktop->no_display) && ((desktop->type 
== NULL) || (strcmp(desktop->type, "Application") == 0)) )
+         if ( (!desktop->hidden) && (!desktop->no_display) 
+           && ((desktop->type == NULL) || (strcmp(desktop->type, 
"Application") == 0)) 
+           && ((desktop->OnlyShowIn == NULL) 
||(ecore_hash_get(desktop->OnlyShowIn, "Enlightenment") != NULL))
+           && ((desktop->NotShowIn == NULL) 
||(ecore_hash_get(desktop->NotShowIn, "Enlightenment") == NULL)) )
             {
                char *category;
               Ecore_Hash *menu;



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