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:
Patch from metrics, this time applied in the correct place.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_fdo_menu_to_order.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- e_fdo_menu_to_order.c       18 Sep 2006 12:06:09 -0000      1.11
+++ e_fdo_menu_to_order.c       19 Sep 2006 02:49:46 -0000      1.12
@@ -213,6 +213,7 @@
          snprintf(path, PATH_MAX, "%s/%s", cat_data->path, filename);
          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)) )
             {
                char *category;



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