Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : libs/efreet

Dir     : e17/libs/efreet/src/lib


Modified Files:
        efreet_icon.c 


Log Message:
Ignore themes without a name.

===================================================================
RCS file: /cvs/e/e17/libs/efreet/src/lib/efreet_icon.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- efreet_icon.c       3 Feb 2007 13:05:30 -0000       1.1
+++ efreet_icon.c       24 Mar 2007 11:23:29 -0000      1.2
@@ -176,6 +176,9 @@
 
         theme = ecore_hash_get(efreet_icon_themes, dir);
         if (theme->hidden || theme->fake) continue;
+#if !STRICT_SPEC
+        if (!theme->name.name) continue;
+#endif
 
         ecore_list_append(list, theme);
     }



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