Enlightenment CVS committal
Author : codewarrior
Project : e17
Module : apps/exhibit
Dir : e17/apps/exhibit/src/bin
Modified Files:
exhibit_file.c
Log Message:
small fix, if not a valid mime and not in the table, cant be visible
===================================================================
RCS file: /cvs/e/e17/apps/exhibit/src/bin/exhibit_file.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- exhibit_file.c 6 Jul 2007 11:11:49 -0000 1.18
+++ exhibit_file.c 6 Jul 2007 11:49:46 -0000 1.19
@@ -133,6 +133,7 @@
if(!strcasecmp(ext, viewables[i]))
return 1;
}
+ return 0;
}
for (i = 0; mimes[i]; i++)
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs