Enlightenment CVS committal
Author : kwo
Project : e16
Module : e
Dir : e16/e/src
Modified Files:
theme.c
Log Message:
Fix sometimes showing invalid items in theme list (e.g. broken symlinks).
===================================================================
RCS file: /cvs/e/e16/e/src/theme.c,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -3 -r1.69 -r1.70
--- theme.c 22 Mar 2008 14:46:38 -0000 1.69
+++ theme.c 16 Jun 2008 21:22:41 -0000 1.70
@@ -140,8 +140,12 @@
}
else if (isfile(ss))
{
- if (!fileext(ss) || strcmp(fileext(ss), "etheme"))
+ if (strcmp(fileext(ss), "etheme"))
continue;
+ }
+ else
+ {
+ continue;
}
(*count)++;
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs