Author: tack
Date: Tue Apr 25 21:33:19 2006
New Revision: 1500

Modified:
   trunk/beacon/src/server.py

Log:
Add comment attribute to images


Modified: trunk/beacon/src/server.py
==============================================================================
--- trunk/beacon/src/server.py  (original)
+++ trunk/beacon/src/server.py  Tue Apr 25 21:33:19 2006
@@ -93,6 +93,7 @@
         self.register_file_type_attrs("image",
             width = (int, ATTR_SEARCHABLE),
             height = (int, ATTR_SEARCHABLE),
+            comment = (unicode, ATTR_KEYWORDS | ATTR_IGNORE_CASE),
             date = (unicode, ATTR_SEARCHABLE))
 
         # tracks for rom discs or iso files


-------------------------------------------------------
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
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to